View Source GoogleApi.SecretManager.V1.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 formatprojects/*/secrets/*/versions/*. -
payload(type:GoogleApi.SecretManager.V1.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.V1.Model.AccessSecretVersionResponse{
name: String.t() | nil,
payload: GoogleApi.SecretManager.V1.Model.SecretPayload.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.