Files
api-specs/idn/beta/schemas/FullAccount.yaml
GitHub Action Bot 10c00e7863 Automated commit 'Merge pull request #1566 from sailpoint/devrel-1389
Devrel 1389' by github action: 7976656565
2024-02-20 16:21:27 +00:00

26 lines
806 B
YAML

# The Full version of the Account DTO which contains data stored on the DB objects
# other than just the Account object
type: object
title: Full Account
allOf:
- $ref: './SlimAccount.yaml'
- type: object
properties:
authoritative:
type: boolean
description: Whether this account belongs to an authoritative source
example: false
systemAccount:
type: boolean
description: Whether this account is for the IdentityNow source
example: false
uncorrelated:
type: boolean
description: True if this account is not correlated to an identity
example: false
features:
type: string
nullable: true
description: A string list containing the owning source's features
example: 'ENABLE'