Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

repositoryFileAclDto

Overview

Used to update and save ACLs of the selected file to the repository.

Overview

Used to update and save acls of the selected file to the repository.

repositoryFileAclDto element

Type: repositoryFileAclDto

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<repositoryFileAclDto>
  <entriesInheriting>...</entriesInheriting>
  <owner>...</owner>
  <ownerType>...</ownerType>
  <tenantPath>...</tenantPath>
  <aces>
    <tenantPath>...</tenantPath>
    <modifiable>...</modifiable>
    <recipientType>...</recipientType>
    <permissions>...</permissions>
    <permissions>...</permissions>
    <!--...more "permissions" elements...-->
    <recipient>...</recipient>
  </aces>
  <aces>
    <!--...-->
  </aces>
  <!--...more "aces" elements...-->
  <id>...</id>
</repositoryFileAclDto>

Example JSON

{
  "entriesInheriting" : false,
  "owner" : "...",
  "ownerType" : ...,
  "tenantPath" : "...",
  "aces" : [ {
    "tenantPath" : "...",
    "modifiable" : false,
    "recipientType" : ...,
    "permissions" : [ ..., ... ],
    "recipient" : "..."
  }, ... ],
  "id" : "..."
}

Copyright © Pentaho.com