Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/IdentityDocumentAllOfSource.md
2025-05-07 14:37:48 +00:00

1.0 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-source IdentityDocumentAllOfSource IdentityDocumentAllOfSource IdentityDocumentAllOfSource powershellsdk
powershell
PowerShell
sdk
IdentityDocumentAllOfSource
IdentityDocumentAllOfSource
/tools/sdk/powershell/v3/models/identity-document-all-of-source
SDK
Software Development Kit
IdentityDocumentAllOfSource
IdentityDocumentAllOfSource

IdentityDocumentAllOfSource

Properties

Name Type Description Notes
Id String ID of identity's source. [optional]
Name String Display name of identity's source. [optional]

Examples

  • Prepare the resource
$IdentityDocumentAllOfSource = Initialize-IdentityDocumentAllOfSource  -Id 2c91808b6e9e6fb8016eec1a2b6f7b5f `
 -Name ODS-HR-Employees
  • Convert the resource to JSON
$IdentityDocumentAllOfSource | ConvertTo-JSON

[Back to top]