View Source GoogleApi.SecretManager.V1beta1.Model.SecretPayload (google_api_secret_manager v0.19.0)

A secret payload resource in the Secret Manager API. This contains the sensitive secret data that is associated with a SecretVersion.

Attributes

  • data (type: String.t, default: nil) - The secret data. Must be no larger than 64KiB.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SecretManager.V1beta1.Model.SecretPayload{
  data: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.