Attributes (Section)#
Path: /facilities/data-sources/data-source{id}/scim2/attributes
Enable configuration for SCIM 2.0 Attribute Data Access Provider
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| scim-attribute-to-fetch | multi-value, non-empty-string | optional | A multi-valued list of strings indicating the names of resource attributes to return in the response, overriding the set of attributes that would be returned by default. | |
| scim-excluded-attribute-to-fetch | multi-value, non-empty-string | optional | A multi-valued list of strings indicating the names of resource attributes to be removed from the default set of attributes to return. This parameter SHALL have no effect on attributes whose schema “returned” setting is “always”. | |
| search-filter | non-empty-string | optional | userName eq ":username" | The filter to use when searching attributes for a subject. The placeholder is being replaced with the authenticated subject. i.e. userName eq “:username” |