Class WorkloadIdentityState
WorkloadIdentity: The membership-specific state for WorkloadIdentity feature.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.dll
Syntax
public class WorkloadIdentityState : IDirectResponseSchema
Properties
Description
Deprecated, this field will be erased after code is changed to use the new field.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
IdentityProviderStateDetails
The state of the Identity Providers corresponding to the membership.
Declaration
[JsonProperty("identityProviderStateDetails")]
public virtual IDictionary<string, WorkloadIdentityIdentityProviderStateDetail> IdentityProviderStateDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, WorkloadIdentityIdentityProviderStateDetail> |