mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
16 lines
855 B
YAML
16 lines
855 B
YAML
type: object
|
|
properties:
|
|
accountId:
|
|
type: string
|
|
description: >-
|
|
Account ID of the account.
|
|
This is specified per account schema in the source configuration. It is used to distinguish accounts.
|
|
More info can be found here https://community.sailpoint.com/t5/IdentityNow-Connectors/How-do-I-designate-an-account-attribute-as-the-Account-ID-for-a/ta-p/80350
|
|
example: CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com
|
|
accountName:
|
|
type: string
|
|
description: >-
|
|
Display name of the account.
|
|
This is specified per account schema in the source configuration. It is used to display name of the account.
|
|
More info can be found here https://community.sailpoint.com/t5/IdentityNow-Connectors/How-do-I-designate-an-account-attribute-as-the-Account-Name-for/ta-p/74008
|
|
example: Abby.Smith |