GoogleApi.SecretManager.V1beta1.Model.SecretPayload (google_api_secret_manager v0.23.0)
View SourceA 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecretManager.V1beta1.Model.SecretPayload{ data: String.t() | nil }