Attributes (Section)#

Path: /facilities/data-sources/data-source/scim2/attributes

Enable configuration for SCIM 2.0 Attribute Data Access Provider

Parameters#

NameTypeRequiredDefaultDescription
scim-attribute-to-fetchmulti-value string (length: 1..9223372036854775807)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-fetchmulti-value string (length: 1..9223372036854775807)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-filterstring (length: 1..9223372036854775807)optionaluserName 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?