element listAuthorisedOrgsResponse
diagram de_security_diagrams/de_security_p19.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>

attribute listAuthorisedOrgsResponse/@all-organizations
type xs:boolean
properties
default false
annotation
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.
source <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>

element listAuthorisedOrgsResponse/guid
diagram de_security_diagrams/de_security_p20.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
Unique ID of an organization on which the user is authorized to perform the requested system action.
source <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>


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