Auth0 · Schema

CreateSelfServiceProfileSsoTicketResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
ticket string The URL for the created ticket.
View JSON Schema on GitHub

JSON Schema

auth0-createselfserviceprofilessoticketresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateSelfServiceProfileSsoTicketResponseContent",
  "title": "CreateSelfServiceProfileSsoTicketResponseContent",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ticket": {
      "type": "string",
      "description": "The URL for the created ticket."
    }
  }
}