KeyVaultSecretUriSecretInfo interface

The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App.

Extends

Properties

secretType

Polymorphic discriminator, which specifies the different types this object can be

value

URI to the keyvault secret

Property Details

secretType

Polymorphic discriminator, which specifies the different types this object can be

secretType: "keyVaultSecretUri"

Property Value

"keyVaultSecretUri"

value

URI to the keyvault secret

value?: string

Property Value

string