rangerExportPolicyList Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
metaDataInfo (custom) element 0/1  
Properties inherited from rangerPolicyList
policies list of rangerPolicy element 0/unbounded  
Properties inherited from VList
pageSize int element 1/1  
resultSize int element 1/1 Returns the value for the member attribute resultSize
sortBy string element 0/1  
sortType string element 0/1  
startIndex int element 1/1  
totalCount long element 1/1  

Example

<rangerExportPolicyList>
  <metaDataInfo>...</metaDataInfo>
  <policies>
    <serviceType>...</serviceType>
    <policyType>...</policyType>
    <isDenyAllElse>...</isDenyAllElse>
    <conditions/>
    <resourceSignature>...</resourceSignature>
    <name>...</name>
    <policyLabels>...</policyLabels>
    <description>...</description>
    <validitySchedules/>
    <allowExceptions/>
    <resources>...</resources>
    <isAuditEnabled>...</isAuditEnabled>
    <service>...</service>
    <rowFilterPolicyItems/>
    <zoneName>...</zoneName>
    <options>...</options>
    <policyPriority>...</policyPriority>
    <denyExceptions/>
    <denyPolicyItems/>
    <additionalResources>...</additionalResources>
    <policyItems/>
    <dataMaskPolicyItems/>
  </policies>
  <startIndex>...</startIndex>
  <pageSize>...</pageSize>
  <totalCount>...</totalCount>
  <resultSize>...</resultSize>
  <sortType>...</sortType>
  <sortBy>...</sortBy>
</rangerExportPolicyList>