KeyVaultKeyIdentifier interface
Rappresenta i segmenti che compongono un ID chiave Key Vault.
Proprietà
name | Nome della chiave Key Vault. |
source |
Rappresentazione completa dell'ID chiave Key Vault. Per esempio: https://.vault.azure.net/keys// |
vault |
URL dell'istanza di Azure Key Vault a cui appartiene la chiave. |
version | Versione di Key Vault Key. Potrebbe non essere definito. |
Dettagli proprietà
name
Nome della chiave Key Vault.
name: string
Valore della proprietà
string
sourceId
Rappresentazione completa dell'ID chiave Key Vault. Per esempio:
https://.vault.azure.net/keys//
sourceId: string
Valore della proprietà
string
vaultUrl
URL dell'istanza di Azure Key Vault a cui appartiene la chiave.
vaultUrl: string
Valore della proprietà
string
version
Versione di Key Vault Key. Potrebbe non essere definito.
version?: string
Valore della proprietà
string