Class CertificateProvider (0.2.0)

CertificateProvider(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.

Attributes

NameDescription
grpc_endpoint google.cloud.network_security_v1beta1.types.GrpcEndpoint
gRPC specific configuration to access the gRPC server to obtain the cert and private key.
certificate_provider_instance google.cloud.network_security_v1beta1.types.CertificateProviderInstance
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.