RBACRoleBinding class

RBACRoleBinding represents a rbacrolebinding across the Fleet

Constructors

RBACRoleBinding({String? createTime, String? deleteTime, String? group, Map<String, String>? labels, String? name, Role? role, RBACRoleBindingLifecycleState? state, String? uid, String? updateTime, String? user})
RBACRoleBinding.fromJson(Map json_)

Properties

createTime String?
When the rbacrolebinding was created.
getter/setter pair
deleteTime String?
When the rbacrolebinding was deleted.
getter/setter pair
group String?
group is the group, as seen by the kubernetes cluster.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels for this RBACRolebinding.
getter/setter pair
name String?
The resource name for the rbacrolebinding projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding} or projects/{project}/locations/{location}/memberships/{membership}/rbacrolebindings/{rbacrolebinding}
getter/setter pair
role Role?
Role to bind to the principal
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state RBACRoleBindingLifecycleState?
State of the rbacrolebinding resource.
getter/setter pair
uid String?
Google-generated UUID for this resource.
getter/setter pair
updateTime String?
When the rbacrolebinding was last updated.
getter/setter pair
user String?
user is the name of the user as seen by the kubernetes cluster, example "alice" or "[email protected]"
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited