Class: Google::Cloud::Dialogflow::CX::V3::Agent::ClientCertificateSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Agent::ClientCertificateSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/agent.rb
Overview
Settings for custom client certificates.
Instance Attribute Summary collapse
-
#passphrase ⇒ ::String
Optional.
-
#private_key ⇒ ::String
Required.
-
#ssl_certificate ⇒ ::String
Required.
Instance Attribute Details
#passphrase ⇒ ::String
Returns 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}
.
234 235 236 237 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 234 class ClientCertificateSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_key ⇒ ::String
Returns Required. The name of the SecretManager secret version resource storing
the private key encoded in PEM format. Format:
projects/{project}/secrets/{secret}/versions/{version}
.
234 235 236 237 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 234 class ClientCertificateSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_certificate ⇒ ::String
Returns Required. The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
234 235 236 237 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 234 class ClientCertificateSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |