Class: Google::Cloud::NetworkSecurity::V1beta1::CertificateProvider

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1beta1/tls.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_provider_instance::Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance

Returns The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.

Note: The following fields are mutually exclusive: certificate_provider_instance, grpc_endpoint. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance)

    The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.

    Note: The following fields are mutually exclusive: certificate_provider_instance, grpc_endpoint. If a field in that set is populated, all other fields in the set will automatically be cleared.



83
84
85
86
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 83

class CertificateProvider
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#grpc_endpoint::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint

Returns gRPC specific configuration to access the gRPC server to obtain the cert and private key.

Note: The following fields are mutually exclusive: grpc_endpoint, certificate_provider_instance. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint)

    gRPC specific configuration to access the gRPC server to obtain the cert and private key.

    Note: The following fields are mutually exclusive: grpc_endpoint, certificate_provider_instance. If a field in that set is populated, all other fields in the set will automatically be cleared.



83
84
85
86
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 83

class CertificateProvider
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end