GoogleApi.SecretManager.V1.Model.AddSecretVersionRequest (google_api_secret_manager v0.23.0)
View SourceRequest message for SecretManagerService.AddSecretVersion.
Attributes
-
payload
(type:GoogleApi.SecretManager.V1.Model.SecretPayload.t
, default:nil
) - Required. The secret payload of the SecretVersion.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecretManager.V1.Model.AddSecretVersionRequest{ payload: GoogleApi.SecretManager.V1.Model.SecretPayload.t() | nil }