element listAuthorisedOrgsResponse
diagram de_wsdl_diagrams/de_wsdl_p169.png
namespace http://security.api.de.n2.tibco.com
properties
content complex
children guid
attributes
Name  Type  Use  Default  Fixed  Annotation
all-organizations  xs:boolean    false    
documentation
Boolean value defining whether the user is permitted to perform the system action on all available organizations.

The organizations' GUIDs will still be listed in the response.
annotation
documentation
Response element for listAuthorisedOrgs operation.
source <xs:element name="listAuthorisedOrgsResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listAuthorisedOrgs operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="guid" type="xs:string" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Unique ID of an organization on which the user is authorized to perform the requested system action.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="all-organizations" type="xs:boolean" default="false">
     
<xs:annotation>
       
<xs:documentation>Boolean value defining whether the user is permitted to perform the system action on all available organizations.

The organizations' GUIDs will still be listed in the response.
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

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