Class ValidationCA (0.7.1)

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

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
grpc_endpoint google.cloud.network_security_v1.types.GrpcEndpoint
gRPC specific configuration to access the gRPC server to obtain the CA certificate. This field is a member of `oneof`_ ``type``.
certificate_provider_instance google.cloud.network_security_v1.types.CertificateProviderInstance
The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information. This field is a member of `oneof`_ ``type``.

Inheritance

builtins.object > proto.message.Message > ValidationCA