RangerUserStore Data Type

Properties
name data type description
groupAttrMapping map of object
userGroupMapping map of array of string
userCloudIdMapping map of string
userStoreUpdateTime number
userStoreVersion number
groupCloudIdMapping map of string
userAttrMapping map of object

Example

{
  "groupAttrMapping" : {
    "property1" : { },
    "property2" : { }
  },
  "userGroupMapping" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  },
  "userCloudIdMapping" : {
    "property1" : "...",
    "property2" : "..."
  },
  "userStoreUpdateTime" : 12345,
  "userStoreVersion" : 12345,
  "groupCloudIdMapping" : {
    "property1" : "...",
    "property2" : "..."
  },
  "userAttrMapping" : {
    "property1" : { },
    "property2" : { }
  }
}