diagram | |||||||||||||||||||||||
namespace | http://ldapservice.api.de.n2.tibco.com | ||||||||||||||||||||||
type | extension of XmlOrgModelVersion | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="listContainerResources"> <xs:annotation> <xs:documentation>Request element for listLContainerResources operation. This operation returns the details of those resources that originate from the LDAP container identified in the request. If the given LDAP container ID is 0, the result will contain those resources created via the bootstrapping import (the admin users) or those resources originating from an LDAP container that has since been deleted. If the given LDAP container ID is not recognised, the result will be contain no resources (instead of raising an exception). A resource's details will only include those that relate to the organization model version identified in the request. If the given organization model version number is -1, the latest organization model version is assumed.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="orgdto:XmlOrgModelVersion"> <xs:attribute name="container-id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Identifier of the LDAP container for which human resources should be listed. If the LDAP Container ID is 0, the response will contain the resources created via the bootstrapping import (the administrative users). If the LDAP Container ID is not recognised, the response will contain no resources.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:long | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="container-id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Identifier of the LDAP container for which human resources should be listed. If the LDAP Container ID is 0, the response will contain the resources created via the bootstrapping import (the administrative users). If the LDAP Container ID is not recognised, the response will contain no resources.</xs:documentation> </xs:annotation> </xs:attribute> |