Skip to main content

SodRecipient

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]SOD policy recipient DTO type.[optional]
IdStringSOD policy recipient's identity ID.[optional]
NameStringSOD policy recipient's display name.[optional]

Examples

  • Prepare the resource
$SodRecipient = Initialize-PSSailpoint.V3SodRecipient  -Type IDENTITY `
-Id 2c7180a46faadee4016fb4e018c20642 `
-Name Michael Michaels
  • Convert the resource to JSON
$SodRecipient | ConvertTo-JSON

[Back to top]