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