KeyVaultSecretIdentifier interface
代表組成 Key Vault 秘密標識符的區段。
屬性
| name | Key Vault 秘密的名稱。 |
| source |
Key Vault 秘密標識碼的完整表示法。例如: https://< keyvault-name.vault.azure.net/secrets/>< secret-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/secrets/>< secret-name>/<unique-version-id>
sourceId: string
屬性值
string
vaultUrl
秘密所屬 Azure Key Vault 實例的 URL。
vaultUrl: string
屬性值
string
version
Key Vault 秘密的版本。 可能未定義。
version?: string
屬性值
string