rangerDataShare Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
acl rangerGdsObjectACL element 0/1  
conditionExpr string element 0/1  
defaultAccessTypes list of string element 0/unbounded  
defaultTagMasks list of rangerGdsMaskInfo element 0/unbounded  
name string element 0/1  
service string element 0/1  
termsOfUse string element 0/1  
zone string element 0/1  
Properties inherited from rangerGdsBaseModelObject
additionalInfo (custom) element 0/1  
description string element 0/1  
options (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

<rangerDataShare>
  <service>...</service>
  <zone>...</zone>
  <name>...</name>
  <conditionExpr>...</conditionExpr>
  <acl>
    <roles>...</roles>
    <users>...</users>
    <groups>...</groups>
  </acl>
  <defaultTagMasks>
    <values>...</values>
    <maskInfo>
      <dataMaskType>...</dataMaskType>
      <conditionExpr>...</conditionExpr>
      <valueExpr>...</valueExpr>
    </maskInfo>
  </defaultTagMasks>
  <termsOfUse>...</termsOfUse>
  <defaultAccessTypes>...</defaultAccessTypes>
  <description>...</description>
  <additionalInfo>...</additionalInfo>
  <options>...</options>
  <createdBy>...</createdBy>
  <isEnabled>...</isEnabled>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <guid>...</guid>
  <updatedBy>...</updatedBy>
  <version>...</version>
  <id>...</id>
</rangerDataShare>