Entity-schema (List)#
Path: /facilities/data-sources/data-schemas/entity-schema
Set of related entity and relation schemas for the entity based data stores.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string | required | The unique identifer of the schema, used for identification purposes. | |
| description | string | optional | A human readable description of the schema. |
Subsections#
| Name | Type | Description |
|---|---|---|
| entity | List | Defines an entity type/schema, such as a group or an organization. |
| entity-relation | List | A relation between entities. |
| account-relation | List | A relation between entities and account resources. |
| oauth-client-relation | List | A relation between entities and DB OAuth client resources. |
| global-groups | Section | Enable if global groups are supported by this entity schema. Global groups are groups that are not specific to a given context. Any Account Manager indirectly using this schema, via a configured Entity Manager, will use the Entity Manager for group management. |