Skip to main content

AccountCorrelatedSource

Properties

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

Examples

  • Prepare the resource
$AccountCorrelatedSource = Initialize-PSSailpoint.V2024AccountCorrelatedSource  -Type SOURCE `
-Id 2c9180835d191a86015d28455b4b232a `
-Name HR Active Directory
  • Convert the resource to JSON
$AccountCorrelatedSource | ConvertTo-JSON

[Back to top]