Skip to main content

CorrelationConfig

Properties

NameTypeDescriptionNotes
IdStringThe ID of the correlation configuration.[optional]
NameStringThe name of the correlation configuration.[optional]
AttributeAssignments[]CorrelationConfigAttributeAssignmentsInnerThe list of attribute assignments of the correlation configuration.[optional]

Examples

  • Prepare the resource
$CorrelationConfig = Initialize-PSSailpoint.V2024CorrelationConfig  -Id 2c9180835d191a86015d28455b4a2329 `
-Name Source [source] Account Correlation `
-AttributeAssignments null
  • Convert the resource to JSON
$CorrelationConfig | ConvertTo-JSON

[Back to top]