View Source GoogleApi.NetworkSecurity.V1.Model.ValidationCA (google_api_network_security v0.2.1)
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.NetworkSecurity.V1.Model.ValidationCA{ certificateProviderInstance: GoogleApi.NetworkSecurity.V1.Model.CertificateProviderInstance.t() | nil, grpcEndpoint: GoogleApi.NetworkSecurity.V1.Model.GoogleCloudNetworksecurityV1GrpcEndpoint.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.