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

The method google.iam.admin.v1.WorkforcePools.CreateWorkforcePoolProviderScimToken is not available in Trusted Cloud by S3NS.

delete

The method google.iam.admin.v1.WorkforcePools.DeleteWorkforcePoolProviderScimToken is not available in Trusted Cloud by S3NS.

get

The method google.iam.admin.v1.WorkforcePools.GetWorkforcePoolProviderScimToken is not available in Trusted Cloud by S3NS.

list

The method google.iam.admin.v1.WorkforcePools.ListWorkforcePoolProviderScimTokens is not available in Trusted Cloud by S3NS.

patch

The method google.iam.admin.v1.WorkforcePools.UpdateWorkforcePoolProviderScimToken is not available in Trusted Cloud by S3NS.

undelete

The method google.iam.admin.v1.WorkforcePools.UndeleteWorkforcePoolProviderScimToken is not available in Trusted Cloud by S3NS.