rangerTagResourceMap Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
resourceId long element 0/1  
tagId long 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

<rangerTagResourceMap>
  <tagId>...</tagId>
  <resourceId>...</resourceId>
  <version>...</version>
  <updatedBy>...</updatedBy>
  <updateTime>...</updateTime>
  <guid>...</guid>
  <id>...</id>
  <isEnabled>...</isEnabled>
  <createdBy>...</createdBy>
  <createTime>...</createTime>
</rangerTagResourceMap>