mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
14 lines
286 B
YAML
14 lines
286 B
YAML
type : object
|
|
required:
|
|
- attributes
|
|
properties:
|
|
attributes:
|
|
description: The schema attribute values for the account
|
|
type: object
|
|
example:
|
|
city: Austin
|
|
displayName: John Doe
|
|
userName: jdoe
|
|
sAMAccountName: jDoe
|
|
mail: john.doe@sailpoint.com
|