Attribute-data-sources (List)#
Path: /profiles/profile{id, type}/settings/user-management-service/attribute-data-sources
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | non-empty-string | required | ||
| data-source | leafref | required | ||
| resource-type | non-empty-string | required | The resourceType provided by this data-source. The concept of a resource-type is borrowed from the SCIM specification (see https://tools.ietf.org/html/rfc7643#section-6) and refers to the name of the resource (eg. Group). Currently, resource-types are not mapped to SCIM endpoints and the resources they refer to may only be retrieved via the Users endpoint | |
| namespace | non-empty-string | optional | The namespace associated with the resources provided by this data-source. If not specified, the following value will be used: urn:se.curity:scim:2.0:resourceType (where resourceType is the configured resourceType value). |