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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string (length: 1..64) | required | - | The relation name, such as ‘hasClaim’ or ‘exposeInProfileMetadata’. |
| description | string | optional | - | A human readable description of the relation between entities and configuration settings. |
| entity | leafref → ../../entity/name | required | - | The source entity schema name for this relation. |
| configuration-setting | enumeration (profile, profile-claim, token-issuance-authorizer) | required | - | The type of configuration setting. |
| cardinality | enumeration (one-to-one, many-to-many, one-to-many, many-to-one) | required | - | The relation cardinality. |
| is-system | boolean | optional | false | When true, this type is required for a system functionality and should not be manually edited. |