Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::ClientCertificateSettings.
Settings for custom client certificates.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#passphrase
def passphrase() -> ::String
Returns
-
(::String) — Optional. The name of the SecretManager secret version resource storing the
passphrase to decrypt the private key. Should be left unset if the private
key is not encrypted.
Format:
projects/{project}/secrets/{secret}/versions/{version}
#passphrase=
def passphrase=(value) -> ::String
Parameter
-
value (::String) — Optional. The name of the SecretManager secret version resource storing the
passphrase to decrypt the private key. Should be left unset if the private
key is not encrypted.
Format:
projects/{project}/secrets/{secret}/versions/{version}
Returns
-
(::String) — Optional. The name of the SecretManager secret version resource storing the
passphrase to decrypt the private key. Should be left unset if the private
key is not encrypted.
Format:
projects/{project}/secrets/{secret}/versions/{version}
#private_key
def private_key() -> ::String
Returns
-
(::String) — Required. The name of the SecretManager secret version resource storing the
private key encoded in PEM format.
Format:
projects/{project}/secrets/{secret}/versions/{version}
#private_key=
def private_key=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the SecretManager secret version resource storing the
private key encoded in PEM format.
Format:
projects/{project}/secrets/{secret}/versions/{version}
Returns
-
(::String) — Required. The name of the SecretManager secret version resource storing the
private key encoded in PEM format.
Format:
projects/{project}/secrets/{secret}/versions/{version}
#tls_certificate
def tls_certificate() -> ::String
Returns
- (::String) — Required. The TLS certificate encoded in PEM format. This string must include the begin header and end footer lines.
#tls_certificate=
def tls_certificate=(value) -> ::String
Parameter
- value (::String) — Required. The TLS certificate encoded in PEM format. This string must include the begin header and end footer lines.
Returns
- (::String) — Required. The TLS certificate encoded in PEM format. This string must include the begin header and end footer lines.