Microsoft Graph · Schema

appConfigurationSettingItem

Contains properties for App configuration setting item.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
appConfigKey string app configuration key.
appConfigKeyType object
appConfigKeyValue string app configuration key value.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphappconfigurationsettingitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.appConfigurationSettingItem",
  "title": "appConfigurationSettingItem",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "appConfigKey": {
      "type": "string",
      "description": "app configuration key."
    },
    "appConfigKeyType": {
      "$ref": "#/components/schemas/microsoft.graph.mdmAppConfigKeyType"
    },
    "appConfigKeyValue": {
      "type": "string",
      "description": "app configuration key value."
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Contains properties for App configuration setting item."
}