Auth0 · Schema

UpdateRiskAssessmentsSettingsNewDeviceResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
remember_for integer Length of time to remember devices for, in days.
View JSON Schema on GitHub

JSON Schema

auth0-updateriskassessmentssettingsnewdeviceresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateRiskAssessmentsSettingsNewDeviceResponseContent",
  "title": "UpdateRiskAssessmentsSettingsNewDeviceResponseContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "remember_for"
  ],
  "properties": {
    "remember_for": {
      "type": "integer",
      "description": "Length of time to remember devices for, in days.",
      "minimum": 1,
      "maximum": 365
    }
  }
}