RangerUserStore Data Type

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

Example

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