rangerDataShareInDataset Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
approver string element 0/1  
dataShareId long element 0/1  
datasetId long element 0/1  
profiles list of string element 0/unbounded  
status gdsShareStatus 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

<rangerDataShareInDataset>
  <approver>...</approver>
  <validitySchedule>
    <recurrences>
      <schedule/>
      <interval/>
    </recurrences>
    <timeZone>...</timeZone>
    <endTime>...</endTime>
    <startTime>...</startTime>
  </validitySchedule>
  <profiles>...</profiles>
  <datasetId>...</datasetId>
  <status>...</status>
  <dataShareId>...</dataShareId>
  <description>...</description>
  <additionalInfo>...</additionalInfo>
  <options>...</options>
  <createdBy>...</createdBy>
  <isEnabled>...</isEnabled>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <guid>...</guid>
  <updatedBy>...</updatedBy>
  <version>...</version>
  <id>...</id>
</rangerDataShareInDataset>