RemoveFilterTarget: Remove Filter From Hierarchy Filter Settings

Tag: RemoveFilterTarget

RemoveFilterTarget removes a type from the hierarchy filter settings (type(s) that subsequent filter operations are applied to).

image2022-10-28_15-50-12.png?version=1&modificationDate=1666986613554&cacheVersion=1&api=v2
<RemoveFilterTarget type="Group"/>

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"/>
		<RemoveFilterTarget type="Service Plan"/>
	</SelectedShowLicenses>
</ytriaAutomation>