Microsoft Graph · Schema
admin
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| edge | object | A container for Microsoft Edge resources. Read-only. |
| microsoft365Apps | object | A container for the Microsoft 365 apps admin functionality. |
| people | object | Represents a setting to control people-related admin settings in the tenant. |
| reportSettings | object | A container for administrative resources to manage reports. |
| serviceAnnouncement | object | A container for service communications resources. Read-only. |
| sharepoint | object | |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.admin",
"title": "admin",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"edge": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.edge"
},
{
"type": "object",
"nullable": true
}
],
"description": "A container for Microsoft Edge resources. Read-only.",
"x-ms-navigationProperty": true
},
"microsoft365Apps": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.adminMicrosoft365Apps"
},
{
"type": "object",
"nullable": true
}
],
"description": "A container for the Microsoft 365 apps admin functionality.",
"x-ms-navigationProperty": true
},
"people": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.peopleAdminSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "Represents a setting to control people-related admin settings in the tenant.",
"x-ms-navigationProperty": true
},
"reportSettings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.adminReportSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "A container for administrative resources to manage reports.",
"x-ms-navigationProperty": true
},
"serviceAnnouncement": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.serviceAnnouncement"
},
{
"type": "object",
"nullable": true
}
],
"description": "A container for service communications resources. Read-only.",
"x-ms-navigationProperty": true
},
"sharepoint": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.sharepoint"
},
{
"type": "object",
"nullable": true
}
],
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}