REST Resource: locations.workforcePools.providers.scimTenants.tokens

Resource: WorkforcePoolProviderScimToken

Agentspace only. Represents a token for the WorkforcePoolProviderScimTenant. Used for authenticating SCIM provisioning requests.

JSON representation
{
  "name": string,
  "securityToken": string,
  "state": enum (State),
  "displayName": string
}
Fields
name

string

Identifier. Agentspace only. The resource name of the SCIM Token.

Format: locations/{location}/workforcePools/{workforcePool}/providers/ {workforcePoolProvider}/scimTenants/{scim_tenant}/tokens/{token}

securityToken

string

Output only. Agentspace only. The token string. Provide this to the IdP for authentication. Will be set only during creation.

state

enum (State)

Output only. Agentspace only. The state of the token.

displayName

string

Optional. Agentspace only. The display name of the SCIM token.

Cannot exceed 32 characters.

State

Agentspace only. The current state of the SCIM token.

Enums
STATE_UNSPECIFIED Agentspace only. State unspecified.
ACTIVE Agentspace only. The token is active and may be used to provision users and groups.
DELETED Agentspace only. The token is soft-deleted. Soft-deleted tokens are permanently deleted after approximately 30 days.

Methods

create

Agentspace only.

delete

Agentspace only.

get

Agentspace only.

list

Agentspace only.

patch

Agentspace only.

undelete

Agentspace only.