Show / Hide Table of Contents

Class WorkloadIdentityState

WorkloadIdentity: The membership-specific state for WorkloadIdentity feature.

Inheritance
object
WorkloadIdentityState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX