Name: Ace

A FileShare access control entry.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.fileShare.Ace",
   "accessControlTypes": 'OTHER' | 'READ' | 'CHANGE' | 'FULL_CONTROL',
   "accessMask": <Number>,
   "aceId": <String>,
   "sid": <String>,
   "user": <String>,
}

Attributes
NameTypeDescription
accessControlTypesOTHER | READ | CHANGE | FULL_CONTROLThe human-readable access control type represented by the access mask.
OTHEROther access control
READRead access control
CHANGEModify access control
FULL_CONTROLFull access control, read, write, and change
accessMaskxsd:intThe access mask representing the permission.
aceIdxsd:stringThe ID representing the access control entry in the format _ .
sidxsd:stringThe SID representing the user in the format S-1-5-XX-YYY.
userxsd:stringThe user in the format DOMAIN\\username.