Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyVaultSecretIdentifier

Package version

Represents the segments that compose a Key Vault Secret Id.

Hierarchy

  • KeyVaultSecretIdentifier

Index

Properties

name

name: string

The name of the Key Vault Secret.

sourceId

sourceId: string

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

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

vaultUrl

vaultUrl: string

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

Optional version

version: undefined | string

The version of Key Vault Secret. Might be undefined.

Generated using TypeDoc