class Google::Apis::MetastoreV1alpha::Secret
A securely stored value.
Attributes
cloud_secret[RW]
The relative resource name of a Secret
Manager secret version, in the following form:projects/`project_number`/secrets/`secret_id`/versions/` version_id`. Corresponds to the JSON property `cloudSecret` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/metastore_v1alpha/classes.rb, line 1266 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/metastore_v1alpha/classes.rb, line 1271 def update!(**args) @cloud_secret = args[:cloud_secret] if args.key?(:cloud_secret) end