RoleResource
An interface that represents a Role in an Organization.
- Name
id- Type
string- Description
The unique identifier of the Role.
- Name
key- Type
string- Description
The unique key of the Role.
- Name
name- Type
string- Description
The name of the Role.
- Name
description- Type
string- Description
The description of the Role.
- Name
permissions- Type
PermissionResource[]- Description
The Permissions of the Role.
- Name
createdAt- Type
Date- Description
The date when the Role was created.
- Name
updatedAt- Type
Date- Description
The date when the Role was last updated.
Feedback
Last updated on