Auth0 · Schema

PostConnectionKeysRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
signing_alg object
View JSON Schema on GitHub

JSON Schema

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