SecretVolumeItemResponse

data class SecretVolumeItemResponse(val path: String? = null, val secretRef: String? = null)

Secret to be added to volume.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: 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: String? = null

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