Files
api-specs/idn/beta/schemas/AccountAttributesCreate.yaml
GitHub Action Bot 8e46e45d3d Automated commit 'Updated schema and description for create account to indicate that so… (#1312)
* 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
2023-06-09 14:03:35 +00:00

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