Properties
| Name | Type | Description |
|---|---|---|
| audioCodecPriority | object | Choose up to three predefined codec priority options available for your region. |
| ldap | object | Set the values needed to enable use of the LDAP service on the phone. |
| webAccess | object | Set the availability of the local end user web access for an 840/860 WiFi phone. |
| phoneSecurityPwd | string | Set the local security password on an 840/860 WiFi phone. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/wifiObject",
"title": "wifiObject",
"type": "object",
"required": [
"audioCodecPriority",
"ldap",
"webAccess",
"phoneSecurityPwd"
],
"properties": {
"audioCodecPriority": {
"$ref": "#/components/schemas/WifiAudioCodecPriorityObject",
"description": "Choose up to three predefined codec priority options available for your region."
},
"ldap": {
"$ref": "#/components/schemas/LdapObject",
"description": "Set the values needed to enable use of the LDAP service on the phone."
},
"webAccess": {
"$ref": "#/components/schemas/WebAccessObject",
"description": "Set the availability of the local end user web access for an 840/860 WiFi phone."
},
"phoneSecurityPwd": {
"type": "string",
"example": "phoneSecurityPwd",
"description": "Set the local security password on an 840/860 WiFi phone."
}
}
}