KeyVaultKeyIdentifier interface
Představuje segmenty, které tvoří ID klíče Key Vault.
Vlastnosti
name | Název klíče Key Vault. |
source |
Úplná reprezentace ID klíče Key Vault. Příklad: https://.vault.azure.net/keys// |
vault |
Adresa URL instance Azure Key Vault, ke které klíč patří. |
version | Verze Key Vault Key. Může být nedefinovaný. |
Podrobnosti vlastnosti
name
Název klíče Key Vault.
name: string
Hodnota vlastnosti
string
sourceId
Úplná reprezentace ID klíče Key Vault. Příklad:
https://.vault.azure.net/keys//
sourceId: string
Hodnota vlastnosti
string
vaultUrl
Adresa URL instance Azure Key Vault, ke které klíč patří.
vaultUrl: string
Hodnota vlastnosti
string
version
Verze Key Vault Key. Může být nedefinovaný.
version?: string
Hodnota vlastnosti
string