Stytch · Schema

api_b2b_scim_v1_b2b_scim_connection_CreateRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
display_name string A human-readable display name for the connection.
identity_provider object
View JSON Schema on GitHub

JSON Schema

stytch-api-b2b-scim-v1-b2b-scim-connection-createrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_b2b_scim_v1_b2b_scim_connection_CreateRequest",
  "title": "api_b2b_scim_v1_b2b_scim_connection_CreateRequest",
  "type": "object",
  "properties": {
    "display_name": {
      "type": "string",
      "description": "A human-readable display name for the connection."
    },
    "identity_provider": {
      "$ref": "#/components/schemas/api_b2b_scim_v1_CreateRequestIdentityProvider"
    }
  },
  "description": "Request type"
}