Auth0 · Schema

ActionModuleSecret

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
name string The name of the secret.
updated_at string The time when the secret was last updated.
View JSON Schema on GitHub

JSON Schema

auth0-actionmodulesecret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActionModuleSecret",
  "title": "ActionModuleSecret",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the secret."
    },
    "updated_at": {
      "type": "string",
      "description": "The time when the secret was last updated.",
      "format": "date-time"
    }
  }
}