KeyVaultSecretReferenceResponse

data class KeyVaultSecretReferenceResponse(val secretUrl: String, val sourceVault: SubResourceResponse)

Describes a reference to Key Vault Secret

Constructors

Link copied to clipboard
constructor(secretUrl: String, sourceVault: SubResourceResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL referencing a secret in a Key Vault.

Link copied to clipboard

The relative URL of the Key Vault containing the secret.