element deleteLDAPContainer
diagram de_wsdl_diagrams/de_wsdl_p24249.png
namespace http://container.api.de.n2.tibco.com
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
container-id  xs:long        
documentation
Unique ID of the LDAP container to be deleted.
delete-resources  xs:boolean    false    
documentation
Indicates whether the resources derived from the LDAP container should also be deleted.
annotation
documentation
Request element for deleteLDAPContainer operation. This service will delete the configuration of
            the identified LDAP Container.
            Unless the attribute delete-resources holds a value of true, deleting an LDAP container has no effect on organization
            model resources that were mapped using the deleted LDAP container. Those resources and their mappings continue to exist.
source <xs:element name="deleteLDAPContainer">
 
<xs:annotation>
   
<xs:documentation>Request element for deleteLDAPContainer operation. This service will delete the configuration of
            the identified LDAP Container.
            Unless the attribute delete-resources holds a value of true, deleting an LDAP container has no effect on organization
            model resources that were mapped using the deleted LDAP container. Those resources and their mappings continue to exist.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="container-id" type="xs:long">
     
<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>

attribute deleteLDAPContainer/@container-id
type xs:long
annotation
documentation
Unique ID of the LDAP container to be deleted.
source <xs:attribute name="container-id" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the LDAP container to be deleted.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute deleteLDAPContainer/@delete-resources
type xs:boolean
properties
default false
annotation
documentation
Indicates whether the resources derived from the LDAP container should also be deleted.
source <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>

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