| diagram | ![]() |
||||||||||||||||||||||
| namespace | http://container.api.de.n2.tibco.com | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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> |
| type | xs:long | ||
| annotation |
|
||
| 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> |
| type | xs:boolean | ||
| properties |
|
||
| annotation |
|
||
| 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> |