Auth0 · Schema

RotateConnectionKeysRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
signing_alg object
View JSON Schema on GitHub

JSON Schema

auth0-rotateconnectionkeysrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RotateConnectionKeysRequestContent",
  "title": "RotateConnectionKeysRequestContent",
  "type": [
    "object",
    "null"
  ],
  "additionalProperties": false,
  "properties": {
    "signing_alg": {
      "$ref": "#/components/schemas/RotateConnectionKeysSigningAlgEnum"
    }
  }
}