Attributes (Section)#

Path: /facilities/data-sources/data-source{id}/scim2/attributes

Enable configuration for SCIM 2.0 Attribute Data Access Provider

Parameters#

NameTypeRequiredDefaultDescription
scim-attribute-to-fetchmulti-value, non-empty-stringoptionalA 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-fetchmulti-value, non-empty-stringoptionalA 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-filternon-empty-stringoptionaluserName 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”

Was this helpful?