RangerUserStore Data Type

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

Example

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