Show / Hide Table of Contents

Class MTLSPolicy

Specification of the MTLSPolicy.

Inheritance
object
MTLSPolicy
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.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class MTLSPolicy : IDirectResponseSchema

Properties

ClientValidationCa

Required if the policy is to be used with Traffic Director. For Application Load Balancers it must be empty. Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.

Declaration
[JsonProperty("clientValidationCa")]
public virtual IList<ValidationCA> ClientValidationCa { get; set; }
Property Value
Type Description
IList<ValidationCA>

ClientValidationMode

When the client presents an invalid certificate or no certificate to the load balancer, the client_validation_mode specifies how the client connection is handled. Required if the policy is to be used with the Application Load Balancers. For Traffic Director it must be empty.

Declaration
[JsonProperty("clientValidationMode")]
public virtual string ClientValidationMode { get; set; }
Property Value
Type Description
string

ClientValidationTrustConfig

Reference to the TrustConfig from certificatemanager.googleapis.com namespace. If specified, the chain validation will be performed against certificates configured in the given TrustConfig. Allowed only if the policy is to be used with Application Load Balancers.

Declaration
[JsonProperty("clientValidationTrustConfig")]
public virtual string ClientValidationTrustConfig { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX