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.

Returns:



75
76
77
78
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 75

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.

Returns:



75
76
77
78
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 75

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