Show / Hide Table of Contents

Class AuthenticationConfig

Authentication configuration for the management interface, typically using mTLS.

Inheritance
object
AuthenticationConfig
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX