3.1.4.3.2.1 GetPermissionCollection

The input data for a GetPermissionCollection operation. The definition of the GetPermissionCollection element is as follows:

 <s:element name="GetPermissionCollection">
  <s:complexType>
   <s:sequence>
    <s:element name="objectName" type="s:string" minOccurs="1" maxOccurs="1"/>
    <s:element name="objectType" type="s:string" minOccurs="1" maxOccurs="1"/>
   </s:sequence>
  </s:complexType>
 </s:element>

objectName: A string that contains the name of a list or a site. The list or site specified in this parameter MUST exist on the protocol server.

objectType: A string that specifies whether permissions are to be retrieved for a list or a site. The value MUST be "list" for a list or "web" for a site.