| Description | : Lists roles for Purview Account |
| Reference | : Link ¶ |
⚼ Request
GET:
/metadataRoles
{
api-version:
string
,
}
⚐ Response (200)
{
values:
[
]
,
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
provisioningState:
string
,
roleType:
string
,
friendlyName:
string
,
description:
string
,
cnfCondition:
[
]
,
{
,
attributeName:
string
,
attributeValueIncludes:
string
,
attributeValueIncludedIn:
[
,
string
,
]
attributeValueExcludes:
string
,
attributeValueExcludedIn:
}
[
,
string
,
]
dnfCondition:
[
]
,
{
,
attributeName:
string
,
attributeValueIncludes:
string
,
attributeValueIncludedIn:
[
,
string
,
]
attributeValueExcludes:
string
,
attributeValueExcludedIn:
}
[
,
string
,
]
version:
integer
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]