@@ -336,9 +336,9 @@ def model_dump(
336
336
messages. Pass :data:`None` to get the default Pydantic behavior.
337
337
:param attributes: A multi-valued list of strings indicating the names of resource
338
338
attributes to return in the response, overriding the set of attributes that
339
- would be returned by default.
339
+ would be returned by default. Invalid values are ignored.
340
340
:param excluded_attributes: A multi-valued list of strings indicating the names of resource
341
- attributes to be removed from the default set of attributes to return.
341
+ attributes to be removed from the default set of attributes to return. Invalid values are ignored.
342
342
"""
343
343
dump_kwargs = self ._prepare_model_dump (
344
344
scim_ctx , attributes , excluded_attributes , ** kwargs
@@ -362,9 +362,9 @@ def model_dump_json(
362
362
messages. Pass :data:`None` to get the default Pydantic behavior.
363
363
:param attributes: A multi-valued list of strings indicating the names of resource
364
364
attributes to return in the response, overriding the set of attributes that
365
- would be returned by default.
365
+ would be returned by default. Invalid values are ignored.
366
366
:param excluded_attributes: A multi-valued list of strings indicating the names of resource
367
- attributes to be removed from the default set of attributes to return.
367
+ attributes to be removed from the default set of attributes to return. Invalid values are ignored.
368
368
"""
369
369
dump_kwargs = self ._prepare_model_dump (
370
370
scim_ctx , attributes , excluded_attributes , ** kwargs
0 commit comments