google_api_secret_manager v0.5.1 GoogleApi.SecretManager.V1beta1.Model.AccessSecretVersionResponse View Source
Response message for SecretManagerService.AccessSecretVersion.
Attributes
name
(type:String.t
, default:nil
) - The resource name of the SecretVersion in the formatprojects/*/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
Link to this type
t()
View Sourcet() :: %GoogleApi.SecretManager.V1beta1.Model.AccessSecretVersionResponse{ name: String.t(), payload: GoogleApi.SecretManager.V1beta1.Model.SecretPayload.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.