2.2.5.5 Permission

This class describes the user access permissions on a folder.

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Storage

 <xs:simpleType name="Permission">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="ReadOnly"/>
     <xs:enumeration value="Full"/>
     <xs:enumeration value="Other"/>
     <xs:enumeration value="ReadPermissions"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for Permission.

Value

Meaning

None

No access permission.

ReadOnly

User has read-only permission on the server.

Full

User has full permission on the server.

Other

User has customized permission on the server.

ReadPermissions

User has a set of read permissions.