element getUserPrivileges
diagram de_security_diagrams/de_security_p5.png
namespace http://security.api.de.n2.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
user-guid  xs:string  required      
documentation
Unique ID of the user for whom privilege assignments should be returned.
annotation
documentation
Request element for getUserPrivileges operation. Returns the privileges held by the resource identified by its GUID. Resources inherit privileges from the organization units, positions and groups with which they are associated.

For those privileges that are qualified, the response will include the qualifierSet that gives the qualifying value that applies.
source <xs:element name="getUserPrivileges">
 
<xs:annotation>
   
<xs:documentation>Request element for getUserPrivileges operation. Returns the privileges held by the resource identified by its GUID. Resources inherit privileges from the organization units, positions and groups with which they are associated.

For those privileges that are qualified, the response will include the qualifierSet that gives the qualifying value that applies.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="user-guid" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique ID of the user for whom privilege assignments should be returned.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute getUserPrivileges/@user-guid
type xs:string
properties
use required
annotation
documentation
Unique ID of the user for whom privilege assignments should be returned.
source <xs:attribute name="user-guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the user for whom privilege assignments should be returned.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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