SecretArchiveSettingsResponse

data class SecretArchiveSettingsResponse(val associatedIdentity: IdentitySelectorResponse? = null, val vaultUri: String? = null)

Constructors

Link copied to clipboard
constructor(associatedIdentity: IdentitySelectorResponse? = null, vaultUri: String? = null)

Types

Link copied to clipboard
object Companion

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: String? = null

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