SecretVolumeItemArgs

data class SecretVolumeItemArgs(val path: Output<String>? = null, val secretRef: Output<String>? = null) : ConvertibleToJava<SecretVolumeItemArgs>

Secret to be added to volume.

Constructors

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

Properties

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

Path to project secret to. If no path is provided, path defaults to name of secret listed in secretRef.

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

Name of the Container App secret from which to pull the secret value.

Functions

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