Oauth-client-relation (List)#

Path: /facilities/data-sources/data-schemas/entity-schema/oauth-client-relation

A relation between entities and DB OAuth client resources.

Keys: name

Parameters#

NameTypeRequiredDefaultDescription
namestring (length: 1..64)required-The relation name, such as ‘member’ or ‘owner’.
descriptionstringoptional-A human readable description of the relation between entities and DB OAuth clients.
entityleafref → ../../entity/namerequired-The source entity schema name for this relation.
cardinalityenumeration (one-to-one, many-to-many, one-to-many, many-to-one)required-The relation cardinality.
is-systembooleanoptionalfalseWhen true, this type is required for a system functionality and should not be manually edited.

Was this helpful?