Skip to main content

ConnectedObject

Properties

NameTypeDescriptionNotes
TypeConnectedObjectType[optional]
IdStringID of the object to which this reference applies[optional]
NameStringHuman-readable name of Connected object[optional]
DescriptionStringDescription of the Connected object.[optional]

Examples

  • Prepare the resource
$ConnectedObject = Initialize-PSSailpoint.V2024ConnectedObject  -Type null `
-Id 2c91808568c529c60168cca6f90c1313 `
-Name Employee-database-read-write `
-Description Collection of entitlements to read/write the employee database.
  • Convert the resource to JSON
$ConnectedObject | ConvertTo-JSON

[Back to top]