Microsoft Graph · Schema
onPremisesExtensionAttributes
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| extensionAttribute1 | string | First customizable extension attribute. |
| extensionAttribute10 | string | Tenth customizable extension attribute. |
| extensionAttribute11 | string | Eleventh customizable extension attribute. |
| extensionAttribute12 | string | Twelfth customizable extension attribute. |
| extensionAttribute13 | string | Thirteenth customizable extension attribute. |
| extensionAttribute14 | string | Fourteenth customizable extension attribute. |
| extensionAttribute15 | string | Fifteenth customizable extension attribute. |
| extensionAttribute2 | string | Second customizable extension attribute. |
| extensionAttribute3 | string | Third customizable extension attribute. |
| extensionAttribute4 | string | Fourth customizable extension attribute. |
| extensionAttribute5 | string | Fifth customizable extension attribute. |
| extensionAttribute6 | string | Sixth customizable extension attribute. |
| extensionAttribute7 | string | Seventh customizable extension attribute. |
| extensionAttribute8 | string | Eighth customizable extension attribute. |
| extensionAttribute9 | string | Ninth customizable extension attribute. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.onPremisesExtensionAttributes",
"title": "onPremisesExtensionAttributes",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"extensionAttribute1": {
"type": "string",
"description": "First customizable extension attribute.",
"nullable": true
},
"extensionAttribute10": {
"type": "string",
"description": "Tenth customizable extension attribute.",
"nullable": true
},
"extensionAttribute11": {
"type": "string",
"description": "Eleventh customizable extension attribute.",
"nullable": true
},
"extensionAttribute12": {
"type": "string",
"description": "Twelfth customizable extension attribute.",
"nullable": true
},
"extensionAttribute13": {
"type": "string",
"description": "Thirteenth customizable extension attribute.",
"nullable": true
},
"extensionAttribute14": {
"type": "string",
"description": "Fourteenth customizable extension attribute.",
"nullable": true
},
"extensionAttribute15": {
"type": "string",
"description": "Fifteenth customizable extension attribute.",
"nullable": true
},
"extensionAttribute2": {
"type": "string",
"description": "Second customizable extension attribute.",
"nullable": true
},
"extensionAttribute3": {
"type": "string",
"description": "Third customizable extension attribute.",
"nullable": true
},
"extensionAttribute4": {
"type": "string",
"description": "Fourth customizable extension attribute.",
"nullable": true
},
"extensionAttribute5": {
"type": "string",
"description": "Fifth customizable extension attribute.",
"nullable": true
},
"extensionAttribute6": {
"type": "string",
"description": "Sixth customizable extension attribute.",
"nullable": true
},
"extensionAttribute7": {
"type": "string",
"description": "Seventh customizable extension attribute.",
"nullable": true
},
"extensionAttribute8": {
"type": "string",
"description": "Eighth customizable extension attribute.",
"nullable": true
},
"extensionAttribute9": {
"type": "string",
"description": "Ninth customizable extension attribute.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}