GoogleApi.Metastore.V1.Model.Secret (google_api_metastore v0.12.0)
View SourceA securely stored value.
Attributes
-
cloudSecret
(type:String.t
, default:nil
) - Optional. The relative resource name of a Secret Manager secret version, in the following form:projects/{project_number}/secrets/{secret_id}/versions/{version_id}.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1.Model.Secret{cloudSecret: String.t() | nil}