Class WorkloadIdentityFeatureState
WorkloadIdentity: Global feature state.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class WorkloadIdentityFeatureState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NamespaceStateDetails
The state of the IAM namespaces for the fleet.
Declaration
[JsonProperty("namespaceStateDetails")]
public virtual IDictionary<string, WorkloadIdentityNamespaceStateDetail> NamespaceStateDetails { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, WorkloadIdentityNamespaceStateDetail> |
NamespaceStates
Deprecated, will erase after code is changed to use the new field.
Declaration
[JsonProperty("namespaceStates")]
public virtual IDictionary<string, string> NamespaceStates { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ScopeTenancyWorkloadIdentityPool
The full name of the scope-tenancy pool for the fleet.
Declaration
[JsonProperty("scopeTenancyWorkloadIdentityPool")]
public virtual string ScopeTenancyWorkloadIdentityPool { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkloadIdentityPool
The full name of the svc.id.goog pool for the fleet.
Declaration
[JsonProperty("workloadIdentityPool")]
public virtual string WorkloadIdentityPool { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkloadIdentityPoolStateDetails
The state of the Workload Identity Pools for the fleet.
Declaration
[JsonProperty("workloadIdentityPoolStateDetails")]
public virtual IDictionary<string, WorkloadIdentityWorkloadIdentityPoolStateDetail> WorkloadIdentityPoolStateDetails { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, WorkloadIdentityWorkloadIdentityPoolStateDetail> |