Skip to main content

AccessAppsOwner

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
$AccessAppsOwner = Initialize-PSSailpoint.V2024AccessAppsOwner  -Type IDENTITY `
-Id 2c9180a46faadee4016fb4e018c20639 `
-Name John Doe `
-Email john.doe@sailpoint.com
  • Convert the resource to JSON
$AccessAppsOwner | ConvertTo-JSON

[Back to top]