Webex · Schema

CommSecurityType

* `NONE` - Sets the LDAP server security protocol to None. * `SSL` - Sets the LDAP server security protocol to SSL. * `STARTTLS` - Sets the LDAP server security protocol to STARTTLS.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

admin-comm-security-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-schema/admin-comm-security-type-schema.json",
  "title": "CommSecurityType",
  "description": " * `NONE` - Sets the LDAP server security protocol to None.\n * `SSL` - Sets the LDAP server security protocol to SSL.\n * `STARTTLS` - Sets the LDAP server security protocol to STARTTLS.\n",
  "type": "string",
  "enum": [
    "NONE",
    "SSL",
    "STARTTLS"
  ]
}