Auth0 · Schema

UpdateGuardianFactorDuoSettingsResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
ikey string
skey string
host string
View JSON Schema on GitHub

JSON Schema

auth0-updateguardianfactorduosettingsresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateGuardianFactorDuoSettingsResponseContent",
  "title": "UpdateGuardianFactorDuoSettingsResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ikey": {
      "type": "string",
      "maxLength": 10000
    },
    "skey": {
      "type": "string",
      "maxLength": 10000,
      "format": "non-empty-string"
    },
    "host": {
      "type": "string",
      "maxLength": 10000
    }
  }
}