Skip to main content

TaggedObject

Properties

NameTypeDescriptionNotes
ObjectRefTaggedObjectDto[optional]
Tags[]StringLabels to be applied to an Object[optional]

Examples

  • Prepare the resource
$TaggedObject = Initialize-PSSailpoint.V3TaggedObject  -ObjectRef null `
-Tags [BU_FINANCE, PCI]
  • Convert the resource to JSON
$TaggedObject | ConvertTo-JSON

[Back to top]