Complex type representing an object type to associated filter by combining all selectors.
Name | Type | Description | Notes |
---|---|---|---|
combined_selector | str | A single filter expression created by OR'ing the $filter criteria of the 'selectors'. Used to efficiently maintain the membership of the Group. | [optional] [readonly] |
empty_filter | bool | If true, then resources are added using just object type without filter. | [optional] [readonly] |
selector_object_type | str | The ObjectType on which the selectors are defined. Used to efficiently query resource groups for a given ObjectType. | [optional] [readonly] |