rangerProject Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
acl rangerGdsObjectACL element 0/1  
name string element 0/1  
termsOfUse string element 0/1  
validitySchedule rangerValiditySchedule 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

<rangerProject>
  <acl>
    <roles>...</roles>
    <users>...</users>
    <groups>...</groups>
  </acl>
  <termsOfUse>...</termsOfUse>
  <name>...</name>
  <validitySchedule>
    <recurrences>
      <schedule/>
      <interval/>
    </recurrences>
    <timeZone>...</timeZone>
    <endTime>...</endTime>
    <startTime>...</startTime>
  </validitySchedule>
  <description>...</description>
  <additionalInfo>...</additionalInfo>
  <options>...</options>
  <createdBy>...</createdBy>
  <isEnabled>...</isEnabled>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <guid>...</guid>
  <updatedBy>...</updatedBy>
  <version>...</version>
  <id>...</id>
</rangerProject>