Webex · Schema
AuthenticationConfigResponse
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| schemas | array | Output JSON schemas. |
| LockoutDuration | number | The number of minutes that an account will be locked out. |
| LockoutDurationMultiplier | number | The multiplier of the LockoutDuration. Each subsequent lockout will be multiplied by this value. |
| LockoutFailureCount | number | Number of failed login attempts that will trigger account lockout. |
| LockoutFailureDuration | number | Number of minutes that a login failure will be recorded. |
| RememberMyLoginId | boolean | True to remember the user's Login Id. |
| RememberMyLoginIdDuration | number | Specifies the number of days the user's login ID is remembered. Must be between 1 and 120 (inclusive). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AuthenticationConfigResponse",
"title": "AuthenticationConfigResponse",
"type": "object",
"properties": {
"schemas": {
"type": "array",
"items": {
"type": "string",
"example": "urn:cisco:codev:identity:idbroker:authnconfig:schemas:1.0"
},
"description": "Output JSON schemas."
},
"LockoutDuration": {
"type": "number",
"example": 1,
"description": "The number of minutes that an account will be locked out."
},
"LockoutDurationMultiplier": {
"type": "number",
"example": 1,
"description": "The multiplier of the LockoutDuration. Each subsequent lockout will be multiplied by this value."
},
"LockoutFailureCount": {
"type": "number",
"example": 5,
"description": "Number of failed login attempts that will trigger account lockout."
},
"LockoutFailureDuration": {
"type": "number",
"example": 5,
"description": "Number of minutes that a login failure will be recorded."
},
"RememberMyLoginId": {
"type": "boolean",
"example": true,
"description": "True to remember the user's Login Id."
},
"RememberMyLoginIdDuration": {
"type": "number",
"example": 30,
"description": "Specifies the number of days the user's login ID is remembered. Must be between 1 and 120 (inclusive)."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-authenticationconfigresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.