secretVersionsForRequestHeaders property

Map<String, GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue>? secretVersionsForRequestHeaders
getter/setter pair

The HTTP request headers to send together with webhook requests.

Header values are stored in SecretManager secret versions. When the same header name is specified in both request_headers and secret_versions_for_request_headers, the value in secret_versions_for_request_headers will be used.

Optional.

Implementation

core.Map<
  core.String,
  GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue
>?
secretVersionsForRequestHeaders;