GoogleCloudFunctionsFunctionSecretVolume
No description
type GoogleCloudFunctionsFunctionSecretVolume {
mountPath: String!
projectId: String!
secret: String!
versions: [GoogleCloudFunctionsFunctionSecretVersion!]!
}
Fields
GoogleCloudFunctionsFunctionSecretVolume.mountPath
● String!
non-null scalar
The path within the container to mount the secret volume should be
/etc/secrets
GoogleCloudFunctionsFunctionSecretVolume.projectId
● String!
non-null scalar
The project ID
GoogleCloudFunctionsFunctionSecretVolume.secret
● String!
non-null scalar
Name of the secret in secret manager (not the full resource name)
GoogleCloudFunctionsFunctionSecretVolume.versions
● [GoogleCloudFunctionsFunctionSecretVersion!]!
non-null object
The list of secret versions to mount for this secret