JobSecret

data class JobSecret(val identity: String? = null, val keyVaultSecretId: String? = null, val name: String, val value: String? = null)

Constructors

Link copied to clipboard
constructor(identity: String? = null, keyVaultSecretId: String? = null, name: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identity: String? = null

A identity block as defined below.

Link copied to clipboard

The Key Vault Secret ID. Could be either one of id or versionless_id.

Link copied to clipboard

Specifies the name of the Container App Job resource. Changing this forces a new resource to be created.

Link copied to clipboard
val value: String? = null

The value for this secret.