Skip to main content

TaggedObjectObjectRef

Properties

NameTypeDescriptionNotes
TypeEnum [ "ACCESS_PROFILE", "APPLICATION", "CAMPAIGN", "ENTITLEMENT", "IDENTITY", "ROLE", "SOD_POLICY", "SOURCE" ]DTO type[optional]
IdStringID of the object to which this reference applies[optional]
NameStringHuman-readable display name of the object to which this reference applies[optional]

Examples

  • Prepare the resource
$TaggedObjectObjectRef = Initialize-PSSailpoint.BetaTaggedObjectObjectRef  -Type IDENTITY `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name William Wilson
  • Convert the resource to JSON
$TaggedObjectObjectRef | ConvertTo-JSON

[Back to top]