| Name | Type | Description | Notes |
|---|---|---|---|
| key | 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 | string | The name of the elements_config | |
| elements_type | ElementsType | The type of the elements interface, e.g: user management | |
| settings | array<string,\OpenAPI\Client\Model\Settings> | Obj with the options of the elements interface, e.g: primary color | |
| roles_to_levels | array<string,string[]> | Obj with levels as keys and role ids as values | |
| webhook | \OpenAPI\Client\Model\WebhookCreate | [optional] |