Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/IdentityDocumentAllOfManager.md
2025-01-28 13:29:29 -05:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
identity-document-all-of-manager IdentityDocumentAllOfManager IdentityDocumentAllOfManager IdentityDocumentAllOfManager powershellsdk
powershell
PowerShell
sdk
IdentityDocumentAllOfManager
IdentityDocumentAllOfManager
/tools/sdk/powershell/v3/models/identity-document-all-of-manager
SDK
Software Development Kit
IdentityDocumentAllOfManager
IdentityDocumentAllOfManager

IdentityDocumentAllOfManager

Properties

Name Type Description Notes
Id Pointer to String ID of identity's manager. [optional]
Name Pointer to String Name of identity's manager. [optional]
DisplayName Pointer to String Display 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]