BulkRemoveTaggedObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
ObjectRefs | []TaggedObjectDto | [optional] | |
Tags | []String | Label to be applied to an Object | [optional] |
Examples
- Prepare the resource
$BulkRemoveTaggedObject = Initialize-PSSailpoint.V2024BulkRemoveTaggedObject -ObjectRefs null `
-Tags [BU_FINANCE, PCI]
- Convert the resource to JSON
$BulkRemoveTaggedObject | ConvertTo-JSON