| Field | Type | Required | Description |
|---|---|---|---|
permissions |
Optional[models.ObjectPermissions] | ➖ | N/A |
id |
Optional[str] | ➖ | Unique identifier. |
title |
Optional[str] | ➖ | Title or name of the custom entity. |
datasource |
Optional[str] | ➖ | The datasource the custom entity is from. |
object_type |
Optional[str] | ➖ | The type of the entity. Interpretation is specific to each datasource |
metadata |
Optional[models.CustomEntityMetadata] | ➖ | N/A |
roles |
List[models.UserRoleSpecification] | ➖ | A list of user roles for the custom entity explicitly granted by the owner. |