View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AgentClientCertificateSettings (google_api_dialogflow v0.85.0)

Settings 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.

Types

@type t() ::
  %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AgentClientCertificateSettings{
    passphrase: String.t() | nil,
    privateKey: String.t() | nil,
    sslCertificate: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.