element getUserPrivilegesResponse
diagram de_wsdl_diagrams/de_wsdl_p127.png
namespace http://security.api.de.n2.tibco.com
properties
content complex
children Privilege
attributes
Name  Type  Use  Default  Fixed  Annotation
user-guid  xs:string  required      
documentation
Unique ID of the user for whom privilege assignments are being returned.
annotation
documentation
Response element for getUserPrivileges operation.
source <xs:element name="getUserPrivilegesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for getUserPrivileges operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Privilege" type="de:XmlModelEntity" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Definition of a privilege currently assigned to this user.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="user-guid" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique ID of the user for whom privilege assignments are being returned.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy