Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 932 Bytes

ResourcePerTypeCombinedSelector.md

File metadata and controls

13 lines (9 loc) · 932 Bytes

ResourcePerTypeCombinedSelector

Complex type representing an object type to associated filter by combining all selectors.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]