We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b330cf1 commit 6234e6dCopy full SHA for 6234e6d
scim2_tester/checkers/patch_add.py
@@ -62,7 +62,11 @@ def check_add_attribute(
62
iter_all_urns(
63
model,
64
required=[Required.false],
65
- mutability=[Mutability.read_write, Mutability.write_only],
+ mutability=[
66
+ Mutability.read_write,
67
+ Mutability.write_only,
68
+ Mutability.immutable,
69
+ ],
70
# Not supported until filters are implemented in scim2_models
71
include_subattributes=False,
72
)
0 commit comments