Skip to main content

GoogleCloudFunctionsSecretVolume

No description

type GoogleCloudFunctionsSecretVolume {
mountPath: String!
projectId: String!
secret: String!
versions: [GoogleCloudFunctionsSecretVersion!]!
}

Fields

GoogleCloudFunctionsSecretVolume.mountPath ● String! non-null scalar

The path within the container to mount the secret volume and should be /etc/secrets

GoogleCloudFunctionsSecretVolume.projectId ● String! non-null scalar

The project ID

GoogleCloudFunctionsSecretVolume.secret ● String! non-null scalar

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

GoogleCloudFunctionsSecretVolume.versions ● [GoogleCloudFunctionsSecretVersion!]! non-null object

The list of secret versions to mount for this secret

Member of

GoogleCloudFunctionsServiceConfiguration object