mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
15 lines
463 B
YAML
15 lines
463 B
YAML
type: object
|
|
properties:
|
|
accountAttribute:
|
|
type: string
|
|
description: >-
|
|
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.
|
|
example: "manager"
|
|
identityAttribute:
|
|
type: string
|
|
description: >-
|
|
Name of the identity attribute to search when trying to find a manager using the value from the accountAttribute.
|
|
example: "manager"
|
|
|