Integration Runtimes - List Auth Keys
Gets integrationRuntimeAuthKeys
POST {Endpoint}/scan/integrationruntimes/{integrationRuntimeName}/:listAuthKeys?api-version=2022-07-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
Endpoint
|
path | True |
string |
The scanning endpoint of your purview account. Example: https://{accountName}.purview.azure.com |
integration
|
path | True |
string |
IntegrationRuntime name. Regex pattern: |
api-version
|
query | True |
string |
The api version to use. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success |
|
Other Status Codes |
An error response received from the Scanning Service |
Security
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 | impersonate your user account |
Examples
IntegrationRuntimes_ListAuthKeys
Sample Request
POST {Endpoint}/scan/integrationruntimes/myIntegrationRuntime/:listAuthKeys?api-version=2022-07-01-preview
Sample Response
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
{
"authKey1": "authKey1",
"authKey2": "authKey2"
}
Definitions
Name | Description |
---|---|
Error | |
Error |
|
Error |
|
Integration |
Error
Name | Type | Description |
---|---|---|
code |
string |
|
details | ||
message |
string |
|
target |
string |
ErrorModel
Name | Type | Description |
---|---|---|
code |
string |
|
details | ||
message |
string |
|
target |
string |
ErrorResponseModel
Name | Type | Description |
---|---|---|
error |
IntegrationRuntimeAuthKeys
Name | Type | Description |
---|---|---|
authKey1 |
string |
|
authKey2 |
string |