EnvironmentDaprComponentSecret

data class EnvironmentDaprComponentSecret(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

The identity to use for accessing key vault reference.

Link copied to clipboard

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

Link copied to clipboard

The Secret name.

Link copied to clipboard
val value: String? = null

The value for this secret.