PermissionResource
An interface that represents a permission in an organization.
- Name
- id
- Type
- string
- Description
- The unique identifier of the permission. 
 
- Name
- key
- Type
- string
- Description
- The unique key of the permission. 
 
- Name
- name
- Type
- string
- Description
- The name of the permission. 
 
- Name
- type
- Type
- 'system' | 'user'
- Description
- The type of the permission. 
 
- Name
- createdAt
- Type
- Date
- Description
- The date when the permission was created. 
 
- Name
- updatedAt
- Type
- Date
- Description
- The date when the permission was last updated. 
 
Feedback
Last updated on