Tag: RemoveFilterTarget

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

<RemoveFilterTarget type="Group"/>
CODE

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>
CODE