Return ACL for A tenant
Retrieves ACL entries from the specified tenant. The result can be filtered directly by principal, resource and/or role. If no filter is specified a custom query can be provided within the pagination information.
the tenant id to find ACL entries for
the id of the principal
the id of the resource
the id of the role
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
successful operation
{
"number": 0,
"size": 0,
"last": false,
"numberOfElements": 0,
"totalPages": 0,
"content": [
{
"resourceRefId": "string",
"roleId": "string",
"principalId": "string",
"tenant": "string"
}
],
"first": false,
"totalElements": 0
}
number
size
last
numberOfElements
totalPages
first
totalElements