Skip to main content

AccountAggregationCompletedSource

Properties

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

Examples

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

[Back to top]