Clears explicit (grant/revoke/deny) permissions from the resource, effectively letting them inherit from a higher level.
public abstract Task ClearExplicitPermissionsAsync(string securityId, string resourceId, IEnumerable<string> permissionKeys)
- Returns:
- Task
Parameters
securityId
string
The security id to clear permissions for.
resourceId
string
The resource to clear permissions from.
permissionKeys
IEnumerable<string>
The permission keys to be cleared.