Entity description
A capability authorizes an operator to access a specific feature or execute a designated action within the system.
Properties
Name | Description | Type | Example |
---|---|---|---|
created_at | Timestamp indicating when the entity was created | string | "2021-07-20T14:00:00.000Z" |
updated_at | Timestamp of the entity's most recent update | string | "2021-07-20T14:00:00.000Z" |
unique_code | The unique identifier of the Permission | string | "business.read" |
name | The name of the permission shown to the user in English | string | "Read Business" |
description | The description of the permission shown to the user in English | string | "Can view business details" |