Integration Accounts - List Key Vault Keys

Lekéri az integrációs fiók Key Vault kulcsait.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/listKeyVaultKeys?api-version=2016-06-01

URI-paraméterek

Name In Kötelező Típus Description
integrationAccountName
path True

string

Az integrációs fiók neve.

resourceGroupName
path True

string

Az erőforráscsoport neve.

subscriptionId
path True

string

Az előfizetés azonosítója.

api-version
query True

string

Az API-verzió.

Kérelem törzse

Name Kötelező Típus Description
keyVault True

KeyVaultReference

A kulcstartó referenciája.

skipToken

string

A kihagyás jogkivonata.

Válaszok

Name Típus Description
200 OK

KeyVaultKeyCollection

OK

Biztonság

azure_auth

Azure Active Directory OAuth2 Flow.

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

Scopes

Name Description
user_impersonation felhasználói fiók megszemélyesítése

Példák

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

Definíciók

Name Description
Attributes

A kulcsattribútumok.

KeyVaultKey

A kulcstartó kulcsa.

KeyVaultKeyCollection

Kulcstartókulcsok gyűjteménye.

KeyVaultReference

A kulcstartó referenciája.

ListKeyVaultKeysDefinition

A listakulcskulcsok definíciója.

Attributes

A kulcsattribútumok.

Name Típus Description
created

integer

A kulcs létrehozásakor.

enabled

boolean

Azt jelzi, hogy a kulcs engedélyezve van-e.

updated

integer

A kulcs frissítésekor.

KeyVaultKey

A kulcstartó kulcsa.

Name Típus Description
attributes

Attributes

A kulcsattribútumok.

kid

string

A kulcs azonosítója.

KeyVaultKeyCollection

Kulcstartókulcsok gyűjteménye.

Name Típus Description
skipToken

string

A kihagyás jogkivonata.

value

KeyVaultKey[]

A kulcstartó kulcsai.

KeyVaultReference

A kulcstartó referenciája.

Name Típus Description
id

string

Az erőforrás azonosítója.

name

string

A kulcstartó neve.

type

string

Lekéri az erőforrás típusát.

ListKeyVaultKeysDefinition

A listakulcskulcsok definíciója.

Name Típus Description
keyVault

KeyVaultReference

A kulcstartó referenciája.

skipToken

string

A kihagyás jogkivonata.