Title here
Summary here
Checks multiple permissions in bulk for a specified list of permission identifiers.
Parameters
permissions
- An enumerable of permission identifiers to check.Returns
CheckBulkPermissionsResponse?
indicating the results of the bulk permission checks.Checks multiple permissions in bulk for a specified list of Permission
objects.
Parameters
permissions
- An enumerable of Permission
objects to check.Returns
CheckBulkPermissionsResponse?
indicating the results of the bulk permission checks.Checks multiple permissions in bulk for a specified list of CheckBulkPermissionsRequestItem
objects.
Parameters
items
- An enumerable of CheckBulkPermissionsRequestItem
objects to check.Returns
CheckBulkPermissionsResponse?
indicating the results of the bulk permission checks.