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
integrationAccountName
path True

string

整合帳戶名稱。

resourceGroupName
path True

string

資源群組名稱。

subscriptionId
path True

string

訂用帳戶標識碼。

api-version
query True

string

API 版本。

要求本文

名稱 必要 類型 Description
keyVault True

KeyVaultReference

金鑰保存庫參考。

skipToken

string

略過令牌。

回應

名稱 類型 Description
200 OK

KeyVaultKeyCollection

確定

安全性

azure_auth

Azure Active Directory OAuth2 Flow。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

Get Integration Account callback URL

Sample Request

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": {}
}

Sample Response

{
  "value": [
    {
      "kid": "https://testKeyVault.vault.azure.net/keys/testkey",
      "attributes": {
        "enabled": true,
        "created": 1498072075,
        "updated": 1498072075
      }
    }
  ],
  "skipToken": "testSkipToken"
}

定義

名稱 Description
Attributes

索引鍵屬性。

KeyVaultKey

金鑰保存庫金鑰。

KeyVaultKeyCollection

金鑰儲存庫金鑰的集合。

KeyVaultReference

金鑰保存庫參考。

ListKeyVaultKeysDefinition

列出金鑰保存庫金鑰定義。

Attributes

索引鍵屬性。

名稱 類型 Description
created

integer

建立金鑰時。

enabled

boolean

金鑰是否已啟用。

updated

integer

金鑰更新時。

KeyVaultKey

金鑰保存庫金鑰。

名稱 類型 Description
attributes

Attributes

索引鍵屬性。

kid

string

金鑰識別碼。

KeyVaultKeyCollection

金鑰儲存庫金鑰的集合。

名稱 類型 Description
skipToken

string

略過令牌。

value

KeyVaultKey[]

金鑰保存庫金鑰。

KeyVaultReference

金鑰保存庫參考。

名稱 類型 Description
id

string

資源標識碼。

name

string

金鑰保存庫名稱。

type

string

取得資源類型。

ListKeyVaultKeysDefinition

列出金鑰保存庫金鑰定義。

名稱 類型 Description
keyVault

KeyVaultReference

金鑰保存庫參考。

skipToken

string

略過令牌。