View Source SCIM.V2.Filter.Not (scim v0.0.1)

Boolean not for negating the and, or, conditions, and nested filters

e.g. placeOfBirth must not contain town

%Not{

value: %Condition{
  path: %Path{attribute: "placeOfBirth"},
  op: :co,
  value: %Value{type: :string, value: "town"},
}

}