| Name | Type | Description | Notes |
|---|---|---|---|
| project_id | str | This property is used to link configuration with project | |
| is_default | bool | ||
| created_date | datetime | ||
| created_by_id | str | ||
| global_id | int | ||
| id | str | Unique ID of the entity | |
| is_deleted | bool | Indicates if the entity is deleted | |
| description | str, none_type | [optional] | |
| parameters | {str: (str,)}, none_type | [optional] | |
| name | str, none_type | [optional] | |
| modified_date | datetime, none_type | [optional] | |
| modified_by_id | str, none_type | [optional] | |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |