CheckBulkPermissions

CheckBulkPermissionAsync (IEnumerable permissions)

Checks multiple permissions in bulk for a specified list of permission identifiers.

Parameters

  • permissions - An enumerable of permission identifiers to check.

Returns

  • A task representing the asynchronous operation, with a CheckBulkPermissionsResponse? indicating the results of the bulk permission checks.

CheckBulkPermissionAsync (IEnumerable permissions)

Checks multiple permissions in bulk for a specified list of Permission objects.

Parameters

  • permissions - An enumerable of Permission objects to check.

Returns

  • A task representing the asynchronous operation, with a CheckBulkPermissionsResponse? indicating the results of the bulk permission checks.

CheckBulkPermissionAsync (IEnumerable items)

Checks multiple permissions in bulk for a specified list of CheckBulkPermissionsRequestItem objects.

Parameters

  • items - An enumerable of CheckBulkPermissionsRequestItem objects to check.

Returns

  • A task representing the asynchronous operation, with a CheckBulkPermissionsResponse? indicating the results of the bulk permission checks.