userInfo Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
description string element 0/1  
groups list of string element 0/unbounded  
name string element 0/1  
otherAttributes (custom) element 0/1  
Properties inherited from rangerBaseModelObject
createTime dateTime element 0/1  
createdBy string element 0/1  
guid string element 0/1  
id long element 0/1  
isEnabled boolean element 0/1  
updateTime dateTime element 0/1  
updatedBy string element 0/1  
version long element 0/1  

Example

<userInfo>
  <description>...</description>
  <otherAttributes>...</otherAttributes>
  <groups>...</groups>
  <name>...</name>
  <version>...</version>
  <updatedBy>...</updatedBy>
  <updateTime>...</updateTime>
  <guid>...</guid>
  <id>...</id>
  <isEnabled>...</isEnabled>
  <createdBy>...</createdBy>
  <createTime>...</createTime>
</userInfo>