Authorization class
Authorization defines the On-Prem cluster authorization configuration to bootstrap onto the admin cluster.
Constructors
-
Authorization({List<
ClusterUser> ? adminUsers}) - Authorization.fromJson(Map json_)
Properties
-
adminUsers
↔ List<
ClusterUser> ? -
For VMware and bare metal user clusters, users will be granted the
cluster-admin role on the cluster, which provides full administrative
access to the cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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