A set of filtering options used for searching configuration items.
Name | Type | Nullable? | Summary |
---|---|---|---|
NameLike | String | This field is nullable. | The name text to filter on. |
IsActive | Boolean | This field is nullable. | The active status to filter on. |
TypeIDs | Int32[] | This field is nullable. | The configuration item type IDs to filter on. |
MaintenanceScheduleIDs | Int32[] | This field is nullable. | The maintenance window IDs to filter on. |
CustomAttributes | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes to filter on. |