Configuration-setting-relation (List)#

Path: /facilities/data-sources/data-schemas/entity-schema/configuration-setting-relation

A relation between entities and configuration settings.

Keys: name

Parameters#

NameTypeRequiredDefaultDescription
namestring (length: 1..64)required-The relation name, such as ‘hasClaim’ or ‘exposeInProfileMetadata’.
descriptionstringoptional-A human readable description of the relation between entities and configuration settings.
entityleafref → ../../entity/namerequired-The source entity schema name for this relation.
configuration-settingenumeration (profile, profile-claim, token-issuance-authorizer)required-The type of configuration setting.
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?