Integration Accounts - List Key Vault Keys
取得整合帳戶的 金鑰保存庫 金鑰。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/listKeyVaultKeys?api-version=2016-06-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
integration
|
path | True |
string |
整合帳戶名稱。 |
resource
|
path | True |
string |
資源群組名稱。 |
subscription
|
path | True |
string |
訂用帳戶標識碼。 |
api-version
|
query | True |
string |
API 版本。 |
要求本文
名稱 | 必要 | 類型 | Description |
---|---|---|---|
keyVault | True |
金鑰保存庫參考。 |
|
skipToken |
string |
略過令牌。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Get Integration Account callback URL
範例要求
POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testResourceGroup/providers/Microsoft.Logic/integrationAccounts/testIntegrationAccount/listKeyVaultKeys?api-version=2016-06-01
{
"skipToken": "testSkipToken",
"keyVault": {}
}
範例回覆
{
"value": [
{
"kid": "https://testKeyVault.vault.azure.net/keys/testkey",
"attributes": {
"enabled": true,
"created": 1498072075,
"updated": 1498072075
}
}
],
"skipToken": "testSkipToken"
}
定義
名稱 | Description |
---|---|
Attributes |
索引鍵屬性。 |
Key |
金鑰保存庫金鑰。 |
Key |
金鑰儲存庫金鑰的集合。 |
Key |
金鑰保存庫參考。 |
List |
列出金鑰保存庫金鑰定義。 |
Attributes
索引鍵屬性。
名稱 | 類型 | Description |
---|---|---|
created |
integer |
建立金鑰時。 |
enabled |
boolean |
金鑰是否已啟用。 |
updated |
integer |
金鑰更新時。 |
KeyVaultKey
金鑰保存庫金鑰。
名稱 | 類型 | Description |
---|---|---|
attributes |
索引鍵屬性。 |
|
kid |
string |
金鑰識別碼。 |
KeyVaultKeyCollection
金鑰儲存庫金鑰的集合。
名稱 | 類型 | Description |
---|---|---|
skipToken |
string |
略過令牌。 |
value |
金鑰保存庫金鑰。 |
KeyVaultReference
金鑰保存庫參考。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源標識碼。 |
name |
string |
金鑰保存庫名稱。 |
type |
string |
取得資源類型。 |
ListKeyVaultKeysDefinition
列出金鑰保存庫金鑰定義。
名稱 | 類型 | Description |
---|---|---|
keyVault |
金鑰保存庫參考。 |
|
skipToken |
string |
略過令牌。 |