RangerUserStore Data Type

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

Example

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