Class WorkloadIdentityConfig
Inheritance
WorkloadIdentityConfig
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class WorkloadIdentityConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Identity
Declaration
[JsonProperty("identity")]
public virtual string Identity { get; set; }
Property Value
IdentityCertificateEnabled
Declaration
[JsonProperty("identityCertificateEnabled")]
public virtual bool? IdentityCertificateEnabled { get; set; }
Property Value
Implements