Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Agent::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. 'passphrase' 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. 'passphrase' 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. 'passphrase' 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}
#ssl_certificate
def ssl_certificate() -> ::String
Returns
- (::String) — Required. The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
#ssl_certificate=
def ssl_certificate=(value) -> ::String
Parameter
- value (::String) — Required. The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
Returns
- (::String) — Required. The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.