Skip to main content

TaggedObjectDto

Properties

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

Examples

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

[Back to top]