Reference documentation and code samples for the Network Security V1beta1 API class Google::Cloud::NetworkSecurity::V1beta1::CertificateProvider.
Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#certificate_provider_instance
def certificate_provider_instance() -> ::Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance
    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.
#certificate_provider_instance=
def certificate_provider_instance=(value) -> ::Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance
    Parameter
    
  - value (::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.
    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.
#grpc_endpoint
def grpc_endpoint() -> ::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint
    Returns
    
  - (::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint) — gRPC specific configuration to access the gRPC server to obtain the cert and private key.
#grpc_endpoint=
def grpc_endpoint=(value) -> ::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint
    Parameter
    
  - value (::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint) — gRPC specific configuration to access the gRPC server to obtain the cert and private key.
    Returns
    
- (::Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint) — gRPC specific configuration to access the gRPC server to obtain the cert and private key.