Skip to main content

AccountUncorrelatedSource

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOURCE" ]The DTO type of the source the accounts are uncorrelated from.[required]
IdStringThe ID of the source the accounts are uncorrelated from.[required]
NameStringDisplay name of the source the accounts are uncorrelated from.[required]

Examples

  • Prepare the resource
$AccountUncorrelatedSource = Initialize-PSSailpoint.V2024AccountUncorrelatedSource  -Type SOURCE `
-Id 2c6180835d191a86015d28455b4b231b `
-Name Corporate Directory
  • Convert the resource to JSON
$AccountUncorrelatedSource | ConvertTo-JSON

[Back to top]