Class WorkforcePoolProviderScimToken
Agentspace only. Represents a token for the WorkforcePoolProviderScimTenant. Used for authenticating SCIM provisioning requests.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class WorkforcePoolProviderScimToken : IDirectResponseSchema
Properties
DisplayName
Optional. Agentspace only. The display name of the SCIM token. Cannot exceed 32 characters.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. Agentspace only. The resource name of the SCIM Token. Format:
locations/{location}/workforcePools/{workforce_pool}/providers/ {workforce_pool_provider}/scimTenants/{scim_tenant}/tokens/{token}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecurityToken
Output only. Agentspace only. The token string. Provide this to the IdP for authentication. Will be set only during creation.
Declaration
[JsonProperty("securityToken")]
public virtual string SecurityToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. Agentspace only. The state of the token.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |