pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java
184 stars 75 forks source link

Allow empty array values for PatchOperations #194

Closed kqarryzada closed 1 year ago

kqarryzada commented 1 year ago

The SDK now allows the construction of PATCH Operations with an empty array value. This is useful when a client wants to delete all existing values of a multi-valued attribute (i.e., with 'replace'), but is available for add operations as well.

JiraIssue: DS-47463 Resolves #103.