element listAuthorisedOrgs
diagram de_wsdl_diagrams/de_wsdl_p25001.png
namespace http://security.api.de.n2.tibco.com
type extension of XmlSystemAction
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
component  xs:string  required      
documentation
Identifier of the application component to which the named system action belongs.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
name  xs:string  required      
documentation
Name of the system action.

See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers.
annotation
documentation
Request element for listAuthorisedOrgs operation.

Identifies the system action against which the user's authorization is to be tested.

The test will only verify the system action to the organization level. If the system action can be scoped to a lower organization-entity level, such as organization unit or position, the test will not verify whether the user has authorization at those levels. In those cases, an additional "isActionAuthorised"  test will be required before the action is performed.
source <xs:element name="listAuthorisedOrgs">
 
<xs:annotation>
   
<xs:documentation>Request element for listAuthorisedOrgs operation.

Identifies the system action against which the user's authorization is to be tested.

The test will only verify the system action to the organization level. If the system action can be scoped to a lower organization-entity level, such as organization unit or position, the test will not verify whether the user has authorization at those levels. In those cases, an additional "isActionAuthorised"  test will be required before the action is performed.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="XmlSystemAction"/>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

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