ManagerCorrelationMapping
Properties
Name | Type | Description | Notes |
---|---|---|---|
AccountAttributeName | String | Name 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] |
IdentityAttributeName | String | Name of the identity attribute to search when trying to find a manager using the value from the accountAttribute. | [optional] |
Examples
- Prepare the resource
$ManagerCorrelationMapping = Initialize-PSSailpoint.V2024ManagerCorrelationMapping -AccountAttributeName manager `
-IdentityAttributeName manager
- Convert the resource to JSON
$ManagerCorrelationMapping | ConvertTo-JSON