Auth0 · Schema

FlowActionXmlSerializeXmlParams

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
object object
View JSON Schema on GitHub

JSON Schema

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