View Source GoogleApi.NetworkSecurity.V1.Model.ValidationCA (google_api_network_security v0.4.0)

Specification of ValidationCA. Defines the mechanism to obtain the Certificate Authority certificate to validate the peer certificate.

Attributes

  • certificateProviderInstance (type: GoogleApi.NetworkSecurity.V1.Model.CertificateProviderInstance.t, default: nil) - The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.
  • grpcEndpoint (type: GoogleApi.NetworkSecurity.V1.Model.GoogleCloudNetworksecurityV1GrpcEndpoint.t, default: nil) - gRPC specific configuration to access the gRPC server to obtain the CA certificate.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkSecurity.V1.Model.ValidationCA{
  certificateProviderInstance:
    GoogleApi.NetworkSecurity.V1.Model.CertificateProviderInstance.t() | nil,
  grpcEndpoint:
    GoogleApi.NetworkSecurity.V1.Model.GoogleCloudNetworksecurityV1GrpcEndpoint.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.