Unified.to · Schema

ScimManager

"id" attribute of another User.

IntegrationsUnified API

Properties

Name Type Description
$ref string
displayName string
managerId string
type string
value string
View JSON Schema on GitHub

JSON Schema

unified-to-scimmanager-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScimManager",
  "title": "ScimManager",
  "description": "\"id\" attribute of another User.",
  "properties": {
    "$ref": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "managerId": {
      "type": "string"
    },
    "type": {
      "enum": [
        "direct",
        "indirect"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "value": {
      "type": "string"
    }
  },
  "type": "object"
}