Skip to main content

ApproverReference

Properties

NameTypeDescriptionNotes
IdStringId of supported DtoType like IDENTITY, MACHINE_IDENTITY etc.[optional]
TypeStringType of Dto[optional]
NameStringDisplay name of DtoType like IDENTITY, MACHINE_IDENTITY etc[optional]

Examples

  • Prepare the resource
$ApproverReference = Initialize-ApproverReference  -Id 85131bd73fdc423599e57f40b29f01fe `
-Type IDENTITY `
-Name SailPoint Support
  • Convert the resource to JSON
$ApproverReference | ConvertTo-JSON

[Back to top]