View Source GoogleApi.NetworkSecurity.V1.Model.GoogleCloudNetworksecurityV1CertificateProvider (google_api_network_security v0.5.0)
Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.
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 cert and private key.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkSecurity.V1.Model.GoogleCloudNetworksecurityV1CertificateProvider{ certificateProviderInstance: GoogleApi.NetworkSecurity.V1.Model.CertificateProviderInstance.t() | nil, grpcEndpoint: GoogleApi.NetworkSecurity.V1.Model.GoogleCloudNetworksecurityV1GrpcEndpoint.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.