Auth0 · Schema

FlowActionSalesforce

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowactionsalesforce-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionSalesforce",
  "title": "FlowActionSalesforce",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FlowActionSalesforceCreateLead"
    },
    {
      "$ref": "#/components/schemas/FlowActionSalesforceGetLead"
    },
    {
      "$ref": "#/components/schemas/FlowActionSalesforceSearchLeads"
    },
    {
      "$ref": "#/components/schemas/FlowActionSalesforceUpdateLead"
    }
  ]
}