Class AuthenticationConfig
Authentication configuration for the management interface, typically using mTLS.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class AuthenticationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustConfig
Required. Resource name of the Cloud Certificate Manager TrustConfig used to validate client certificates for mTLS. Format: projects/{project}/locations/{location}/trustConfigs/{trust_config}
Declaration
[JsonProperty("trustConfig")]
public virtual string TrustConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| string |