Skip to main content

Managercorrelationmapping

Properties

NameTypeDescriptionNotes
account_attribute_namestrName 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]
identity_attribute_namestrName of the identity attribute to search when trying to find a manager using the value from the accountAttribute.[optional]
}

Example

from sailpoint.sources.models.managercorrelationmapping import Managercorrelationmapping

managercorrelationmapping = Managercorrelationmapping(
account_attribute_name='manager',
identity_attribute_name='manager'
)

[Back to top]