AddFilterTarget: Add Filter to Hierarchy Filter Settings
Tags: AddFilterTarget
AddFilterTarget adds a type to the hierarchy filter settings (type(s) that subsequent filter operations are applied to).
<AddFilterTarget type="User"/>
Tag Attributes
Attributes | Attribute Value |
---|---|
Type | Object type as denoted in the object type column (not case sensitive) |
Example Script
<ytriaAutomation Application="sapio365">
<SelectedShowLicenses keepAlive="True">
<AddFilterTarget type="Subscribed sku"/>
</SelectedShowLicenses>
</ytriaAutomation>