Integration Accounts - List Key Vault Keys
Hämtar integrationskontots Key Vault-nycklar.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/listKeyVaultKeys?api-version=2016-06-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
integration
|
path | True |
string |
Namnet på integrationskontot. |
resource
|
path | True |
string |
Resursgruppens namn. |
subscription
|
path | True |
string |
Prenumerations-ID:t. |
api-version
|
query | True |
string |
API-versionen. |
Begärandetext
Name | Obligatorisk | Typ | Description |
---|---|---|---|
keyVault | True |
Key Vault-referensen. |
|
skipToken |
string |
Hoppa över token. |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
OK |
Säkerhet
azure_auth
Azure Active Directory OAuth2 Flow.
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Exempel
Get Integration Account callback URL
Exempelbegäran
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": {}
}
Exempelsvar
{
"value": [
{
"kid": "https://testKeyVault.vault.azure.net/keys/testkey",
"attributes": {
"enabled": true,
"created": 1498072075,
"updated": 1498072075
}
}
],
"skipToken": "testSkipToken"
}
Definitioner
Name | Description |
---|---|
Attributes |
Nyckelattributen. |
Key |
Nyckelvalvnyckeln. |
Key |
Samling nyckelvalvnycklar. |
Key |
Key Vault-referensen. |
List |
Definitionen av nyckelvalvsnycklar i listan. |
Attributes
Nyckelattributen.
Name | Typ | Description |
---|---|---|
created |
integer (int64) |
När nyckeln skapades. |
enabled |
boolean |
Om nyckeln är aktiverad eller inte. |
updated |
integer (int64) |
När nyckeln uppdaterades. |
KeyVaultKey
Nyckelvalvnyckeln.
Name | Typ | Description |
---|---|---|
attributes |
Nyckelattributen. |
|
kid |
string |
Nyckel-ID:t. |
KeyVaultKeyCollection
Samling nyckelvalvnycklar.
Name | Typ | Description |
---|---|---|
skipToken |
string |
Hoppa över token. |
value |
Nyckelvalvets nycklar. |
KeyVaultReference
Key Vault-referensen.
Name | Typ | Description |
---|---|---|
id |
string |
Resurs-ID:t. |
name |
string |
Namnet på nyckelvalvet. |
type |
string |
Hämtar resurstypen. |
ListKeyVaultKeysDefinition
Definitionen av nyckelvalvsnycklar i listan.
Name | Typ | Description |
---|---|---|
keyVault |
Key Vault-referensen. |
|
skipToken |
string |
Hoppa över token. |