SecretArchiveSettingsArgs

data class SecretArchiveSettingsArgs(val associatedIdentity: Output<IdentitySelectorArgs>? = null, val vaultUri: Output<String>? = null) : ConvertibleToJava<SecretArchiveSettingsArgs>

Constructors

Link copied to clipboard
constructor(associatedIdentity: Output<IdentitySelectorArgs>? = null, vaultUri: Output<String>? = null)

Properties

Link copied to clipboard

The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.

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

The URI for the key vault used as the secret archive.

Functions

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