VXPermObj Data Type

Properties
name data type description
userList array of string the userList
groupList array of string the groupList
permList array of string the permList
ipAddress string the ipAddress

Example

{
  "userList" : [ "...", "..." ],
  "groupList" : [ "...", "..." ],
  "permList" : [ "...", "..." ],
  "ipAddress" : "..."
}