TaggedObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
ObjectRef | TaggedObjectObjectRef | [optional] | |
Tags | []String | Labels to be applied to an Object | [optional] |
Examples
- Prepare the resource
$TaggedObject = Initialize-PSSailpoint.BetaTaggedObject -ObjectRef null `
-Tags [BU_FINANCE, PCI]
- Convert the resource to JSON
$TaggedObject | ConvertTo-JSON