Microsoft Graph · Schema

stringKeyLongValuePair

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
key string The mapping of the user type from the source system to the target system. For example:User to User - For Microsoft Entra ID to Microsoft Entra ID synchronization worker to user - For Workday to Micros
value number Total number of synchronized objects.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphstringkeylongvaluepair-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.stringKeyLongValuePair",
  "title": "stringKeyLongValuePair",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "The mapping of the user type from the source system to the target system. For example:User to User - For Microsoft Entra ID to Microsoft Entra ID synchronization worker to user - For Workday to Microsoft Entra synchronization.",
      "nullable": true
    },
    "value": {
      "type": "number",
      "description": "Total number of synchronized objects.",
      "format": "int64"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}