View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SecretManagerCredential (google_api_dlp v0.46.0)

A credential consisting of a username and password, where the password is stored in a Secret Manager resource. Note: Secret Manager charges apply.

Attributes

  • passwordSecretVersionName (type: String.t, default: nil) - Required. The name of the Secret Manager resource that stores the password, in the form "projects/project-id/secrets/secret-name/versions/version".
  • username (type: String.t, default: nil) - Required. The username.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SecretManagerCredential{
  passwordSecretVersionName: String.t() | nil,
  username: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.