ServiceTemplateVolumeSecretItemArgs

data class ServiceTemplateVolumeSecretItemArgs(val mode: Output<Int>? = null, val path: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<ServiceTemplateVolumeSecretItemArgs>

Constructors

Link copied to clipboard
constructor(mode: Output<Int>? = null, path: Output<String>, version: Output<String>? = null)

Properties

Link copied to clipboard
val mode: Output<Int>? = null

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
val path: Output<String>

The relative path of the secret in the container.

Link copied to clipboard
val version: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ServiceTemplateVolumeSecretItemArgs