Skip to main content

SourceManagerCorrelationMapping

Properties

NameTypeDescriptionNotes
AccountAttributeNameStringName of the attribute to use for manager correlation. The value found on the account attribute will be used to lookup the manager's identity.[optional]
IdentityAttributeNameStringName of the identity attribute to search when trying to find a manager using the value from the accountAttribute.[optional]

Examples

  • Prepare the resource
$SourceManagerCorrelationMapping = Initialize-PSSailpoint.V2024SourceManagerCorrelationMapping  -AccountAttributeName manager `
-IdentityAttributeName manager
  • Convert the resource to JSON
$SourceManagerCorrelationMapping | ConvertTo-JSON

[Back to top]