Skip to main content

AccountAggregationCompletedSource

Properties

NameTypeDescriptionNotes
TypeEnum [ "SOURCE" ]Source's DTO type.[required]
IdStringSource's unique ID.[required]
NameStringSource's name.[required]

Examples

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

[Back to top]