Interface IPermissionStore
Represents a store that has permissions in any way.
Namespace: IRM.AspNetCore.Identity.EntityFrameworkCore
Assembly: IRM.AspNetCore.Identity.EntityFrameworkCore.dll
Syntax
public interface IPermissionStore
Methods
GetRemovePermissionSql(String[], Guid[])
Gets a sql statement that will remove the supplied permissions.
Declaration
string GetRemovePermissionSql(string[] permissions, params Guid[] tenantIds)
Parameters
|
String[]
permissions
The permissions to remove. |
|
System.Guid[]
tenantIds
Optionally filter the delete to specified tenants. |
Returns
|
String
A sql statement that will remove the supplied |