Skip to main content

IdentityDocumentAllOfSource

Properties

NameTypeDescriptionNotes
IdStringID of identity's source.[optional]
NameStringDisplay name of identity's source.[optional]

Examples

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

[Back to top]