team element

Type: teamDTO
Namespace: (default namespace)
XML Schema: ns0.xsd

Copyright 2013 WANdisco.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <team> <name>...</name> <description>...</description> <ldapFilter>...</ldapFilter> <parentTeam>...</parentTeam> <associatedLdap>...</associatedLdap> <id>...</id> <dateCreated>...</dateCreated> <dateLastModified>...</dateLastModified> </team>

Example JSON

{ "name" : "...", "description" : "...", "ldapFilter" : "...", "parentTeam" : "...", "associatedLdap" : "...", "id" : "...", "dateCreated" : ..., "dateLastModified" : ... }