Webex · JSON Structure

Wholesale Comm Security Type Structure

* `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.

Type: string Properties: 0
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

CommSecurityType is a JSON Structure definition published by Webex. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-structure/wholesale-comm-security-type-structure.json",
  "name": "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"
  ]
}