Syntax of Identity Conversion Rules

An identity conversion rule is a JSON object which can be modified. The following is an example JSON object:
[ 
        { 
            "remote": [ 
                { 
                   "<condition>" 
                } 
             ],
            "local": [ 
                { 
                  "<user> or <group> or <groups>" 
                } 
             ]             
          } 
       ]     

Examples of Identity Conversion Rule Conditions

The following examples illustrate how to use the empty, any_one_of, and not_any_of conditions in an identity conversion rule.