Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.69 KB

ElementsConfigRead.md

File metadata and controls

22 lines (17 loc) · 1.69 KB

ElementsConfigRead

Properties

Name Type Description Notes
key kotlin.String A URL-friendly name of the elements_config (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the elements_config.
id java.util.UUID Unique id of the elements_config
organizationId java.util.UUID Unique id of the organization that the elements_config belongs to.
projectId java.util.UUID Unique id of the project that the elements_config belongs to.
environmentId java.util.UUID Unique id of the environment that the elements_config belongs to.
createdAt java.time.OffsetDateTime Date and time when the elements_config was created (ISO_8601 format).
updatedAt java.time.OffsetDateTime Date and time when the elements_config was last updated/modified (ISO_8601 format).
isActive kotlin.Boolean
name kotlin.String The name of the elements_config
elementsType ElementsType The type of the elements interface, e.g: user management
settings kotlin.collections.Map<kotlin.String, Settings> Obj with the options of the elements interface, e.g: primary color
rolesToLevels kotlin.collections.Map<kotlin.String, kotlin.collections.List<PermissionLevelRoleRead>> Obj with levels as keys and role ids as values
webhook WebhookRead [optional]