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]