| Description | : Get Datasource Preferences for a given scope. |
| Reference | : Link ¶ |
⚼ Request
GET:
/datasource-preferences
{
scope:
string
,
isProjectGondor:
boolean
,
api-version:
string
,
}
⚐ Response (200)
{
consent:
{
,
properties:
{
,
scanner:
{
,
metadata:
boolean
,
classification:
boolean
,
}
dataUseGovernance:
boolean
,
}
excludedScopes:
}
[
,
string
,
]
accountInfo:
{
,
id:
string
,
name:
string
,
location:
string
,
tenantId:
string
,
gatewayEndpoint:
string
,
}
frequency:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]