KeyVaultSecretIdentifier interface

Represents the segments that compose a Key Vault Secret Id.

Properties

name

The name of the Key Vault Secret.

sourceId

The complete representation of the Key Vault Secret Id. For example:

https://.vault.azure.net/secrets//

vaultUrl

The URL of the Azure Key Vault instance to which the Secret belongs.

version

The version of Key Vault Secret. Might be undefined.

Property Details

name

The name of the Key Vault Secret.

name: string

Property Value

string

sourceId

The complete representation of the Key Vault Secret Id. For example:

https://.vault.azure.net/secrets//

sourceId: string

Property Value

string

vaultUrl

The URL of the Azure Key Vault instance to which the Secret belongs.

vaultUrl: string

Property Value

string

version

The version of Key Vault Secret. Might be undefined.

version?: string

Property Value

string