A set of filtering options used for searching groups.
| Name | Type | Nullable? | Summary |
|---|---|---|---|
| IsActive | Boolean | This field is nullable. | The active status to filter on. |
| NameLike | String | This field is nullable. | The search text to use for LIKE filtering on group name. |
| HasAppID | Int32 | This field is nullable. | The ID of the platform application to filter on. |
| HasSystemAppName | String | This field is nullable. | The system application name to filter on. |
| AssociatedAppID | Int32 | This field is nullable. | The platform application ID to filter on. |