element listAssociatedResourcesResponse
diagram de_wsdl_diagrams/de_wsdl_p25278.png
namespace http://resolver.api.de.n2.tibco.com
properties
content complex
children resource
annotation
documentation
Response element for listAssociatedResources operation.

For a group, the response also includes those resources associated with the group's  sub-groups.

If a resource is associated with more than one of the specified organization model entities, it will only be listed once.
           
For an organization unit, the response includes those resources that hold positions in the organization unit.

For a group, the response also includes those resources associated with the group's sub-groups
source <xs:element name="listAssociatedResourcesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listAssociatedResources operation.

For a group, the response also includes those resources associated with the group's  sub-groups.

If a resource is associated with more than one of the specified organization model entities, it will only be listed once.
           
For an organization unit, the response includes those resources that hold positions in the organization unit.

For a group, the response also includes those resources associated with the group's sub-groups
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>
          The collection of Resources associated with the identified model entity.
       
</xs:documentation>
   
</xs:annotation>
   
<xs:sequence>
     
<xs:element name="resource" type="de:XmlLdapEntity" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Details of each resource associated with the specified organization model entity.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element listAssociatedResourcesResponse/resource
diagram de_wsdl_diagrams/de_wsdl_p25279.png
type XmlLdapEntity
properties
minOcc 0
maxOcc unbounded
content complex
children LdapReference
attributes
Name  Type  Use  Default  Fixed  Annotation
resource-type  ResourceType    HUMAN    
documentation
Specifies the type of an organization model resource entity. One of:
- HUMAN
- DURABLE
- CONSUMABLE
guid  xs:string  optional      
documentation
Unique identifier of the resource.
name  xs:string  optional      
documentation
Descriptive name of the resource.
startDate  xs:dateTime  optional      
documentation
Date/time at which the entity becomes available.
endDate  xs:dateTime  optional      
documentation
Date/time at which the entity becomes unavailable.
invalid  xs:boolean        
documentation
Boolean value indicating whether the resource is valid (FALSE) or invalid (TRUE).

A resource may be invalid if, for example, the resource has been removed from the LDAP source, or if all of the data cannot be returned from the LDAP source. Check the invalidReason attribute for more details.
invalidReason  xs:string        
documentation
Description of the reason why this resource is invalid.
annotation
documentation
Details of each resource associated with the specified organization model entity.
source <xs:element name="resource" type="de:XmlLdapEntity" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Details of each resource associated with the specified organization model entity.</xs:documentation>
 
</xs:annotation>
</xs:element>

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