Resource: WorkforcePool
Represents a collection of external workforces. Provides namespaces for federated users that can be referenced in IAM policies.
JSON representation |
---|
{
"name": string,
"parent": string,
"displayName": string,
"description": string,
"state": enum ( |
Fields | |
---|---|
name |
Output only. The resource name of the pool. Format: |
parent |
Immutable. The resource name of the parent. Format: |
displayName |
A user-specified display name of the pool in Google Cloud Console. Cannot exceed 32 characters. |
description |
A user-specified description of the pool. Cannot exceed 256 characters. |
state |
Output only. The state of the pool. |
disabled |
Disables the workforce pool. You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again. |
sessionDuration |
Duration that the Google Cloud access tokens, console sign-in sessions, and Must be greater than 15 minutes (900s) and less than 12 hours (43200s). If For SAML providers, the lifetime of the token is the minimum of the A duration in seconds with up to nine fractional digits, ending with ' |
State
The current state of the pool.
Enums | |
---|---|
STATE_UNSPECIFIED |
State unspecified. |
ACTIVE |
The pool is active and may be used in Google Cloud policies. |
DELETED |
The pool is soft-deleted. Soft-deleted pools are permanently deleted after approximately 30 days. You can restore a soft-deleted pool using You cannot reuse the ID of a soft-deleted pool until it is permanently deleted. While a pool is deleted, you cannot use it to exchange tokens, or use existing tokens to access resources. If the pool is undeleted, existing tokens grant access again. |
Methods |
|
---|---|
|
Creates a new WorkforcePool . |
|
Deletes a WorkforcePool . |
|
Gets an individual WorkforcePool . |
|
Gets IAM policies on a WorkforcePool . |
|
Lists all non-deleted WorkforcePool s under the specified parent. |
|
Updates an existing WorkforcePool . |
|
Sets IAM policies on a WorkforcePool . |
|
Returns the caller's permissions on the WorkforcePool . |
|
Undeletes a WorkforcePool , as long as it was deleted fewer than 30 days ago. |