Class ListWorkforcePoolProviderScimTokensResponse
Gemini Enterprise only. Response message for ListWorkforcePoolProviderScimTokens.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class ListWorkforcePoolProviderScimTokensResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Optional. Gemini Enterprise only. A token, which can be sent as page_token to retrieve the next page. If
this field is omitted, there are no subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WorkforcePoolProviderScimTokens
Output only. Gemini Enterprise only. A list of SCIM tokens.
Declaration
[JsonProperty("workforcePoolProviderScimTokens")]
public virtual IList<WorkforcePoolProviderScimToken> WorkforcePoolProviderScimTokens { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<WorkforcePoolProviderScimToken> |