Skip to main content

TypedReference

Properties

NameTypeDescriptionNotes
TypeDtoType[required]
IdStringThe id of the object.[required]

Examples

  • Prepare the resource
$TypedReference = Initialize-PSSailpoint.V2024TypedReference  -Type null `
-Id 2c91808568c529c60168cca6f90c1313
  • Convert the resource to JSON
$TypedReference | ConvertTo-JSON

[Back to top]