Skip to main content

GoogleCloudFunctionsSecretEnvironmentVariable

No description

type GoogleCloudFunctionsSecretEnvironmentVariable {
key: String!
projectId: String!
secret: String!
version: String!
}

Fields

GoogleCloudFunctionsSecretEnvironmentVariable.key ● String! non-null scalar

The name of the environment variable

GoogleCloudFunctionsSecretEnvironmentVariable.projectId ● String! non-null scalar

Project ID

GoogleCloudFunctionsSecretEnvironmentVariable.secret ● String! non-null scalar

The name of the secret in secret manager (not the full resource name)

GoogleCloudFunctionsSecretEnvironmentVariable.version ● String! non-null scalar

Version of the secret (version number or the string 'latest')

Member of

GoogleCloudFunctionsServiceConfiguration object