Skip to main content

IdentityDocumentAllOfManager

Properties

NameTypeDescriptionNotes
IdStringID of identity's manager.[optional]
NameStringName of identity's manager.[optional]
DisplayNameStringDisplay name of identity's manager.[optional]

Examples

  • Prepare the resource
$IdentityDocumentAllOfManager = Initialize-PSSailpoint.V3IdentityDocumentAllOfManager  -Id 2c9180867dfe694b017e208e27c05799 `
-Name Amanda.Ross `
-DisplayName Amanda.Ross
  • Convert the resource to JSON
$IdentityDocumentAllOfManager | ConvertTo-JSON

[Back to top]