Microsoft Graph · Schema

settingTemplateValue

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
defaultValue string Default value for the setting.
description string Description of the setting.
name string Name of the setting.
type string Type of the setting.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsettingtemplatevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.settingTemplateValue",
  "title": "settingTemplateValue",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "defaultValue": {
      "type": "string",
      "description": "Default value for the setting.",
      "nullable": true
    },
    "description": {
      "type": "string",
      "description": "Description of the setting.",
      "nullable": true
    },
    "name": {
      "type": "string",
      "description": "Name of the setting.",
      "nullable": true
    },
    "type": {
      "type": "string",
      "description": "Type of the setting.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}