PrivilegeFilter
A complex data type that represents a privilege filter. Use PrivilegeFilter to retrieve only the data accessible to roles or users with the specified privileges and to determine whether a user or role has the specified privileges on an item.
Schema
<xsd:complexType name="PrivilegeFilter">
<xsd:sequence>
<xsd:choice>
<xsd:element name="GrantedUserName" type="xsd:string"/>
<xsd:element name="GrantedUserId" type="xsd:string"/>
<xsd:element name="GrantedIRoleName" type="xsd:string"/>
<xsd:element name="GrantedRoleId" type="xsd:string"/>
</xsd:choice>
<xsd:element name="AccessRights" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Elements
GrantedUserName
The name of the user whose privileges to retrieve.
GrantedUserId
The ID of the user whose privileges to retrieve.
GrantedRoleName
The name of the role whose privileges to retrieve.
GrantedRoleId
The ID of the role whose privileges to retrieve.
AccessRights
The privileges.