View Source GoogleApi.NetworkSecurity.V1.Model.MTLSPolicy (google_api_network_security v0.3.0)
Specification of the MTLSPolicy.
Attributes
-
clientValidationCa
(type:list(GoogleApi.NetworkSecurity.V1.Model.ValidationCA.t)
, default:nil
) - Required if the policy is to be used with Traffic Director. For external HTTPS load balancers it must be empty. Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate. -
clientValidationMode
(type:String.t
, default:nil
) - When the client presents an invalid certificate or no certificate to the load balancer, theclient_validation_mode
specifies how the client connection is handled. Required if the policy is to be used with the external HTTPS load balancing. For Traffic Director it must be empty. -
clientValidationTrustConfig
(type:String.t
, default:nil
) - 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 external HTTPS load balancers.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkSecurity.V1.Model.MTLSPolicy{ clientValidationCa: [GoogleApi.NetworkSecurity.V1.Model.ValidationCA.t()] | nil, clientValidationMode: String.t() | nil, clientValidationTrustConfig: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.