Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.79 KB

File metadata and controls

14 lines (11 loc) · 2.79 KB

CustomEntity

Fields

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.