Reference documentation and code samples for the Google Cloud Run V2 Client class SecretKeySelector.
SecretEnvVarSource represents a source for the value of an EnvVar.
Generated from protobuf message google.cloud.run.v2.SecretKeySelector
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ secret
string
Required. The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
↳ version
string
The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
getSecret
Required. The name of the secret in Cloud Secret Manager.
Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
string
setSecret
Required. The name of the secret in Cloud Secret Manager.
Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
var
string
$this
getVersion
The Cloud Secret Manager secret version.
Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
string
setVersion
The Cloud Secret Manager secret version.
Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
var
string
$this