mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
* Updated schema and description for create account to indicate that sourceId is required * Added sorters to beta and v3 * Made the slim/full account anyOf instead of oneOf --------- Co-authored-by: colin-mckibben-sp <coln.mckibben@sailpoint.com>' by github action: 5222730634
24 lines
569 B
YAML
24 lines
569 B
YAML
type: object
|
|
required:
|
|
- attributes
|
|
properties:
|
|
attributes:
|
|
description: The schema attribute values for the account
|
|
type: object
|
|
required:
|
|
- sourceId
|
|
properties:
|
|
sourceId:
|
|
type: string
|
|
description: Target source to create an account
|
|
example: 34bfcbe116c9407464af37acbaf7a4dc
|
|
additionalProperties:
|
|
type: string
|
|
example:
|
|
sourceId: 34bfcbe116c9407464af37acbaf7a4dc
|
|
city: Austin
|
|
displayName: John Doe
|
|
userName: jdoe
|
|
sAMAccountName: jDoe
|
|
mail: john.doe@sailpoint.com
|