Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PermissionSetType complex type contains all the permissions that are configured for a folder. This constitutes the set of permissions on a folder.
-
<xs:complexType name="PermissionSetType"> <xs:sequence> <xs:element name="Permissions" type="t:ArrayOfPermissionsType" /> <xs:element name="UnknownEntries" type="t:ArrayOfUnknownEntriesType" minOccurs="0" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the PermissionSetType complex type.
Element name |
Type |
Description |
---|---|---|
Permissions |
t:ArrayOfPermissionsType ([MS-OXWSCDATA] section 2.2.4.9) |
Specifies a collection of permissions for a folder. |
UnknownEntries |
t:ArrayOfUnknownEntriesType (section 2.2.4.3) |
Represents an array of unknown permission entries that cannot be resolved against the directory service. The text value represents a security identifier (SID). This element can be present. |