WorkforcePool class
Represents a collection of external workforces.
Provides namespaces for federated users that can be referenced in IAM policies.
Constructors
- WorkforcePool({AccessRestrictions? accessRestrictions, String? description, bool? disabled, String? displayName, String? expireTime, String? name, String? parent, String? sessionDuration, String? state})
- WorkforcePool.fromJson(Map json_)
Properties
- accessRestrictions ↔ AccessRestrictions?
-
Configure access restrictions on the workforce pool users.
getter/setter pair
- description ↔ String?
-
A user-specified description of the pool.
getter/setter pair
- disabled ↔ bool?
-
Disables the workforce pool.
getter/setter pair
- displayName ↔ String?
-
A user-specified display name of the pool in Google Cloud Console.
getter/setter pair
- expireTime ↔ String?
-
Time after which the workforce pool will be permanently purged and cannot
be recovered.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the pool.
getter/setter pair
- parent ↔ String?
-
The resource name of the parent.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionDuration ↔ String?
-
Duration that the Google Cloud access tokens, console sign-in sessions,
and
gcloud
sign-in sessions from this pool are valid.getter/setter pair - state ↔ String?
-
The state of the pool.
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