Microsoft Graph · Schema

synchronizationMetadataEntry

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
key object The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAut
value string Value of the metadata property.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsynchronizationmetadataentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.synchronizationMetadataEntry",
  "title": "synchronizationMetadataEntry",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "key": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.synchronizationMetadata"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "The possible values are: GalleryApplicationIdentifier, GalleryApplicationKey, IsOAuthEnabled, IsSynchronizationAgentAssignmentRequired, IsSynchronizationAgentRequired, IsSynchronizationInPreview, OAuthSettings, SynchronizationLearnMoreIbizaFwLink, ConfigurationFields."
    },
    "value": {
      "type": "string",
      "description": "Value of the metadata property.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}