repositoryFileAclDto element

Type: repositoryFileAclDto
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

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

Example JSON

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