GetServiceTemplateVolumeSecretItem

data class GetServiceTemplateVolumeSecretItem(val mode: Int, val path: String, val version: String)

Constructors

Link copied to clipboard
constructor(mode: Int, path: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: Int

Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used.

Link copied to clipboard

The relative path of the secret in the container.

Link copied to clipboard

The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version