class Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1Secrets
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::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1InlineSecret>]
secret_manager[RW]
Secrets in Secret Manager and associated secret environment variable. Corresponds to the JSON property ‘secretManager` @return [Array<Google::Apis::ContaineranalysisV1::ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/containeranalysis_v1/classes.rb, line 1971 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/containeranalysis_v1/classes.rb, line 1976 def update!(**args) @inline = args[:inline] if args.key?(:inline) @secret_manager = args[:secret_manager] if args.key?(:secret_manager) end