name | data type | description |
---|---|---|
userAttrMapping | map of object | |
groupAttrMapping | map of object | |
groupCloudIdMapping | map of string | |
userStoreUpdateTime | number | |
userGroupMapping | map of array of string | |
userStoreVersion | number | |
userCloudIdMapping | map of string |
Example
{ "userAttrMapping" : { "property1" : { }, "property2" : { } }, "groupAttrMapping" : { "property1" : { }, "property2" : { } }, "groupCloudIdMapping" : { "property1" : "...", "property2" : "..." }, "userStoreUpdateTime" : 12345, "userGroupMapping" : { "property1" : [ "...", "..." ], "property2" : [ "...", "..." ] }, "userStoreVersion" : 12345, "userCloudIdMapping" : { "property1" : "...", "property2" : "..." } }