GoogleCloudFunctionsFunctionSecretEnvironmentVariable
No description
type GoogleCloudFunctionsFunctionSecretEnvironmentVariable {
key: String!
projectId: String!
secret: String!
version: String!
}
Fields
GoogleCloudFunctionsFunctionSecretEnvironmentVariable.key
● String!
non-null scalar
The name of the environment variable
GoogleCloudFunctionsFunctionSecretEnvironmentVariable.projectId
● String!
non-null scalar
Project ID
GoogleCloudFunctionsFunctionSecretEnvironmentVariable.secret
● String!
non-null scalar
The name of the secret in secret manager (not the full resource name)
GoogleCloudFunctionsFunctionSecretEnvironmentVariable.version
● String!
non-null scalar
Version of the secret (version number or the string 'latest')