element isActionAuthorisedResponse
diagram de_security_diagrams/de_security_p12.png
namespace http://security.api.de.n2.tibco.com
properties
content complex
children scope action
attributes
Name  Type  Use  Default  Fixed  Annotation
overall  xs:boolean        
documentation
Boolean value indicating whether the user specified in the request is:
                  
- authorized to perform all of the requested system actions (TRUE).

- authorized to perform only some, or none, of the requested system actions (FALSE).
annotation
documentation
Response element for isActionAuthorised operation.
source <xs:element name="isActionAuthorisedResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for isActionAuthorised operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="scope" type="orgdto:XmlModelEntityId" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Definition of the organization model entity that defines the scope of the authorization testing for the named system action.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="action" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Definition of a system action and whether the user is authorized to perform it.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:complexContent>
           
<xs:extension base="XmlSystemAction">
             
<xs:attribute name="authorised" type="xs:boolean">
               
<xs:annotation>
                 
<xs:documentation>Boolean value indicating whether the user specified in the request:

- has the necessary privileges to perform the named system action (TRUE).

- does not have the necessary privileges to perform the named system action (FALSE).
</xs:documentation>
               
</xs:annotation>
             
</xs:attribute>
           
</xs:extension>
         
</xs:complexContent>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="overall" type="xs:boolean">
     
<xs:annotation>
       
<xs:documentation>Boolean value indicating whether the user specified in the request is:
                  
- authorized to perform all of the requested system actions (TRUE).

- authorized to perform only some, or none, of the requested system actions (FALSE).
</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute isActionAuthorisedResponse/@overall
type xs:boolean
annotation
documentation
Boolean value indicating whether the user specified in the request is:
                  
- authorized to perform all of the requested system actions (TRUE).

- authorized to perform only some, or none, of the requested system actions (FALSE).
source <xs:attribute name="overall" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Boolean value indicating whether the user specified in the request is:
                  
- authorized to perform all of the requested system actions (TRUE).

- authorized to perform only some, or none, of the requested system actions (FALSE).
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element isActionAuthorisedResponse/scope
diagram de_security_diagrams/de_security_p13.png
type XmlModelEntityId
properties
minOcc 0
maxOcc 1
content complex
children dynamic-id-attr qualifierSet
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
qualifier  xs:string  optional      
documentation
Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
annotation
documentation
Definition of the organization model entity that defines the scope of the authorization testing for the named system action.
source <xs:element name="scope" type="orgdto:XmlModelEntityId" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Definition of the organization model entity that defines the scope of the authorization testing for the named system action.</xs:documentation>
 
</xs:annotation>
</xs:element>

element isActionAuthorisedResponse/action
diagram de_security_diagrams/de_security_p14.png
type extension of XmlSystemAction
properties
minOcc 1
maxOcc unbounded
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.
authorised  xs:boolean        
documentation
Boolean value indicating whether the user specified in the request:

- has the necessary privileges to perform the named system action (TRUE).

- does not have the necessary privileges to perform the named system action (FALSE).
annotation
documentation
Definition of a system action and whether the user is authorized to perform it.
source <xs:element name="action" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of a system action and whether the user is authorized to perform it.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="XmlSystemAction">
       
<xs:attribute name="authorised" type="xs:boolean">
         
<xs:annotation>
           
<xs:documentation>Boolean value indicating whether the user specified in the request:

- has the necessary privileges to perform the named system action (TRUE).

- does not have the necessary privileges to perform the named system action (FALSE).
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute isActionAuthorisedResponse/action/@authorised
type xs:boolean
annotation
documentation
Boolean value indicating whether the user specified in the request:

- has the necessary privileges to perform the named system action (TRUE).

- does not have the necessary privileges to perform the named system action (FALSE).
source <xs:attribute name="authorised" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>Boolean value indicating whether the user specified in the request:

- has the necessary privileges to perform the named system action (TRUE).

- does not have the necessary privileges to perform the named system action (FALSE).
</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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