Authorization_PrivilegeChecks_List_RequestBody
Authorization_PrivilegeChecks_List_RequestBody
This is a request body class for an operation.
JSON Example
{
"filter": {
"objects": [
{
"type": "string",
"id": "string"
}
],
"sessions": [
"string"
],
"principals": [
{
"name": "string",
"domain": "string"
}
],
"privileges": [
"string"
],
"op_ids": [
"string"
]
}
}
filter
Optional
The PrivilegeChecks.FilterSpec structure contains fields based on which privilege checks can be filtered. Any privilege check matching at least one of the conditions is returned.