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

Response message for SecretManagerService.AccessSecretVersion.

Attributes

  • name (type: String.t, default: nil) - The resource name of the SecretVersion in the format projects/*/secrets/*/versions/*.
  • payload (type: GoogleApi.SecretManager.V1beta1.Model.SecretPayload.t, default: nil) - Secret payload

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.AccessSecretVersionResponse{
  name: String.t() | nil,
  payload: GoogleApi.SecretManager.V1beta1.Model.SecretPayload.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.