Auth0 · Schema

CreateEncryptionKeyRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
type object
View JSON Schema on GitHub

JSON Schema

auth0-createencryptionkeyrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateEncryptionKeyRequestContent",
  "title": "CreateEncryptionKeyRequestContent",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/CreateEncryptionKeyType"
    }
  }
}