KeyVaultKeyIdentifier interface
代表組成 Key Vault 金鑰標識碼的區段。
屬性
| name | Key Vault 金鑰的名稱。 |
| source |
Key Vault 金鑰標識碼的完整表示法。例如: https://< keyvault-name.vault.azure.net/keys/>< key-name>/<unique-version-id> |
| vault |
密鑰所屬之 Azure Key Vault 實例的 URL。 |
| version | Key Vault 金鑰的版本。 可能未定義。 |
屬性詳細資料
name
Key Vault 金鑰的名稱。
name: string
屬性值
string
sourceId
Key Vault 金鑰標識碼的完整表示法。例如:
https://< keyvault-name.vault.azure.net/keys/>< key-name>/<unique-version-id>
sourceId: string
屬性值
string
vaultUrl
密鑰所屬之 Azure Key Vault 實例的 URL。
vaultUrl: string
屬性值
string
version
Key Vault 金鑰的版本。 可能未定義。
version?: string
屬性值
string