Description | : Gets role assignments for a scope. |
Reference | : Link ¶ |
⚼ Request
GET:
/{scope}/providers/Microsoft.Authorization/roleAssignments
{
api-version:
string
,
scope:
string
,
$filter:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
scope:
enum
,
roleDefinitionId:
string
,
principalId:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
innererror:
string
,
}