| isEnabled | (optional) boolean | Indicates whether the feature or configuration is enabled. | [default to false] |
| clusterId | (optional) string | The identifier of the cluster associated with this configuration, if applicable. | [default to undefined] |
| retentionTimePeriod | (optional) number | The time period for retaining activity logs. | [default to undefined] |
| retentionTimeType | (optional) string | The type of retention period (e.g., days, months, years). | [default to undefined] |
| excludeUsers | (optional) Array<string> | List of user identifiers to exclude from activity tracking. | [default to undefined] |
| excludeFolders | (optional) Array<string> | List of folder paths to exclude from activity tracking. | [default to undefined] |
| excludeFileExtensions | (optional) Array<string> | List of file extensions to exclude from activity tracking. | [default to undefined] |
| excludeActions | (optional) Array<string> | List of actions to exclude from activity tracking. | [default to undefined] |