python-scim / scim2-models

SCIM resources serialization and validation with Pydantic
https://scim2-models.readthedocs.io
Apache License 2.0
11 stars 3 forks source link

fix: SearchRequest 'attributes' and 'excluded_attributes' are mutually exclusive. #79

Closed azmeuk closed 1 month ago

azmeuk commented 1 month ago

Clients MAY request a partial resource representation on any operation that returns a resource within the response by specifying either of the mutually exclusive URL query parameters "attributes" or "excludedAttributes", as follows:

https://datatracker.ietf.org/doc/html/rfc7644#section-3.9

fixes #19