Interface PermissionSubjectWithGroupId
interface PermissionSubjectWithGroupId { identifier: string; type: "user" | "group"; } Hierarchy
- Record<string, unknown>
- PermissionSubjectWithGroupId
Properties
identifier
identifier: string
type
type: "user" | "group"
The user or group that the permission applies to.