Skip to main content

BaseAccessOwner

Properties

NameTypeDescriptionNotes
TypeEnum [ "IDENTITY" ]Owner's DTO type.[optional]
IdStringOwner's identity ID.[optional]
NameStringOwner's display name.[optional]
EmailStringOwner's email.[optional]

Examples

  • Prepare the resource
$BaseAccessOwner = Initialize-PSSailpoint.V2024BaseAccessOwner  -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name Support `
-Email cloud-support@sailpoint.com
  • Convert the resource to JSON
$BaseAccessOwner | ConvertTo-JSON

[Back to top]