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. | |
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<kotlin.String>> | Obj with levels as keys and role ids as values | |
webhook | WebhookCreate | [optional] |