Method: locations.workforcePools.providers.scimTenants.tokens.list

Gemini Enterprise only. Lists all non-deleted [WorkforcePoolProviderScimTokens][]s in a WorkforcePoolProviderScimTenant. If showDeleted is set to true, then deleted SCIM tokens are also listed.

HTTP request

GET https://iam.googleapis.com/v1/{parent=locations/*/workforcePools/*/providers/*/scimTenants/*}/tokens

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Gemini Enterprise only. The parent to list SCIM tokens. Format: 'locations/{location}/workforcePools/{workforcePool}/providers/{provider}/scimTenants/{scim_tenant}'

Query parameters

Parameters
pageSize

integer

Optional. Gemini Enterprise only. The maximum number of SCIM tokens to return. If unspecified, at most 2 SCIM tokens will be returned.

pageToken

string

Optional. Gemini Enterprise only. A page token, received from a previous tokens.list call. Provide this to retrieve the subsequent page.

showDeleted

boolean

Optional. Gemini Enterprise only. Whether to return soft-deleted SCIM tokens.

Request body

The request body must be empty.

Response body

Gemini Enterprise only. Response message for tokens.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "workforcePoolProviderScimTokens": [
    {
      object (WorkforcePoolProviderScimToken)
    }
  ],
  "nextPageToken": string
}
Fields
workforcePoolProviderScimTokens[]

object (WorkforcePoolProviderScimToken)

Output only. Gemini Enterprise only. A list of SCIM tokens.

nextPageToken

string

Optional. Gemini Enterprise only. A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/iam

For more information, see the Authentication Overview.