GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AgentClientCertificateSettings (google_api_dialogflow v0.89.0)
View SourceSettings for custom client certificates.
Attributes
-
passphrase
(type:String.t
, default:nil
) - 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}
-
privateKey
(type:String.t
, default:nil
) - Required. The name of the SecretManager secret version resource storing the private key encoded in PEM format. Format:projects/{project}/secrets/{secret}/versions/{version}
-
sslCertificate
(type:String.t
, default:nil
) - Required. The ssl certificate encoded in PEM format. This string must include the begin header and end footer lines.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.