View Source GoogleApi.NetworkSecurity.V1.Model.MTLSPolicy (google_api_network_security v0.6.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 Application 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, 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.
  • 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 Application 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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.