Class WorkloadALTSConfig
Configuration for direct-path (via ALTS) with workload identity.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class WorkloadALTSConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableAlts
enable_alts controls whether the alts handshaker should be enabled or not for direct-path. Requires Workload Identity (workload_pool must be non-empty).
Declaration
[JsonProperty("enableAlts")]
public virtual bool? EnableAlts { get; set; }
Property Value
Type | Description |
---|---|
bool? |