EnvironmentDaprComponentSecretArgs

data class EnvironmentDaprComponentSecretArgs(val identity: Output<String>? = null, val keyVaultSecretId: Output<String>? = null, val name: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<EnvironmentDaprComponentSecretArgs>

Constructors

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

Properties

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

The identity to use for accessing key vault reference.

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

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

Link copied to clipboard
val name: Output<String>

The Secret name.

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

The value for this secret.

Functions

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