Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::Secrets.
Secrets and secret environment variables.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#inline
def inline() -> ::Array<::Google::Cloud::Build::V1::InlineSecret>
Returns
- (::Array<::Google::Cloud::Build::V1::InlineSecret>) — Secrets encrypted with KMS key and the associated secret environment variable.
#inline=
def inline=(value) -> ::Array<::Google::Cloud::Build::V1::InlineSecret>
Parameter
- value (::Array<::Google::Cloud::Build::V1::InlineSecret>) — Secrets encrypted with KMS key and the associated secret environment variable.
Returns
- (::Array<::Google::Cloud::Build::V1::InlineSecret>) — Secrets encrypted with KMS key and the associated secret environment variable.
#secret_manager
def secret_manager() -> ::Array<::Google::Cloud::Build::V1::SecretManagerSecret>
Returns
- (::Array<::Google::Cloud::Build::V1::SecretManagerSecret>) — Secrets in Secret Manager and associated secret environment variable.
#secret_manager=
def secret_manager=(value) -> ::Array<::Google::Cloud::Build::V1::SecretManagerSecret>
Parameter
- value (::Array<::Google::Cloud::Build::V1::SecretManagerSecret>) — Secrets in Secret Manager and associated secret environment variable.
Returns
- (::Array<::Google::Cloud::Build::V1::SecretManagerSecret>) — Secrets in Secret Manager and associated secret environment variable.