Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 3.03 KB

File metadata and controls

14 lines (11 loc) · 3.03 KB

CustomEntity

Fields

Field Type Required Description
permissions Optional<ObjectPermissions> N/A
id Optional<String> Unique identifier.
title Optional<String> Title or name of the custom entity.
datasource Optional<String> The datasource the custom entity is from.
objectType Optional<String> The type of the entity. Interpretation is specific to each datasource
metadata Optional<CustomEntityMetadata> N/A
roles List<UserRoleSpecification> A list of user roles for the custom entity explicitly granted by the owner.