diagram | |||||||||||||||||||||||
namespace | http://directory.api.de.bpm.tibco.com | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="deleteContainer"> <xs:annotation> <xs:documentation>Request element for deleteLDAPContainer operation. This service will delete the configuration of the identified LDAP container. An LDAP container can only be deleted if it no longer has any resources associated with it. If the attribute "delete-resources" is true, and the caller has the required privileges for either of the system action "resourceAdmin" or "deleteResourceAdmin", any associated resources will be deleted before the LDAP container is deleted.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="container-id" type="xs:long" use="required"> <xs:annotation> <xs:documentation>Unique ID of the LDAP container to be deleted.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="delete-resources" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Indicates whether the resources derived from the LDAP container should also be deleted.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |