class Google::Apis::CloudbuildV1alpha1::Secrets
Secrets
and secret environment variables.
Attributes
inline[RW]
Secrets
encrypted with KMS key and the associated secret environment variable. Corresponds to the JSON property `inline` @return [Array<Google::Apis::CloudbuildV1alpha1::InlineSecret>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudbuild_v1alpha1/classes.rb, line 1763 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudbuild_v1alpha1/classes.rb, line 1768 def update!(**args) @inline = args[:inline] if args.key?(:inline) @secret_manager = args[:secret_manager] if args.key?(:secret_manager) end