KeyVaultCertificateIdentifier interface

Represents the segments that compose a Key Vault Certificate Id.

Properties

name

The name of the Key Vault Certificate.

sourceId

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

https://.vault.azure.net/certificates//

vaultUrl

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

version

The version of Key Vault Certificate. Might be undefined.

Property Details

name

The name of the Key Vault Certificate.

name: string

Property Value

string

sourceId

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

https://.vault.azure.net/certificates//

sourceId: string

Property Value

string

vaultUrl

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

vaultUrl: string

Property Value

string

version

The version of Key Vault Certificate. Might be undefined.

version?: string

Property Value

string