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

Name of the secret.

Link copied to clipboard
val value: String? = null

Value of the secret.