From d2d3b83bff27ff62aaa3c0246ab6b11a37f530f5 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Mon, 26 Oct 2020 13:17:06 -0700 Subject: [PATCH 01/13] Format search values. --- src/readme.graph.md | 4 ++++ tools/Custom/ListCmdlet.cs | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/src/readme.graph.md b/src/readme.graph.md index 413b58a76f1..bee31d90e98 100644 --- a/src/readme.graph.md +++ b/src/readme.graph.md @@ -551,6 +551,10 @@ directive: // Call OnBeforeWriteObject to deserialize '@odata.count' from the response object. let writeObjectRegex = /^(\s*)(WriteObject\(result\.Value,true\);)$/gm $ = $.replace(writeObjectRegex,'\n$1OnBeforeWriteObject(this.InvocationInformation.BoundParameters, result?.AdditionalProperties);\n$1$2'); + + // Format all Search values by adding quotes around them. + let searchQueryRegex = /this\.InvocationInformation\.BoundParameters\.ContainsKey\("Search"\)\s*\?\s*Search\s*:\s*null/gm + $ = $.replace(searchQueryRegex, 'this.FormatSearchValue(this.InvocationInformation.BoundParameters, Search)'); } return $; } diff --git a/tools/Custom/ListCmdlet.cs b/tools/Custom/ListCmdlet.cs index 6f23b15201b..7a54d685065 100644 --- a/tools/Custom/ListCmdlet.cs +++ b/tools/Custom/ListCmdlet.cs @@ -172,6 +172,26 @@ public bool ShouldIteratePages(global::System.Collections.Generic.Dictionary + /// Adds quote marks around $search values if non exists. + /// + /// The bound parameters of the calling cmdlet. + /// The $search value. + /// A formated search values. + internal string FormatSearchValue(global::System.Collections.Generic.Dictionary boundParameters, string search) + { + if (!boundParameters.ContainsKey("Search")) + { + return null; + } + else if (!string.IsNullOrWhiteSpace(search) && !search.StartsWith("\"")) + { + search = $"\"{search}\""; + } + + return search; + } + internal void OnBeforeWriteObject(global::System.Collections.Generic.Dictionary boundParameters, global::System.Collections.Generic.IDictionary additionalProperties) { // Get odata.count from the response. From ecd79e112f0f75e53ee5347904544b5fd165e314 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Tue, 27 Oct 2020 10:36:39 -0700 Subject: [PATCH 02/13] Update comments. --- tools/Custom/ListCmdlet.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/Custom/ListCmdlet.cs b/tools/Custom/ListCmdlet.cs index 7a54d685065..13660faf15f 100644 --- a/tools/Custom/ListCmdlet.cs +++ b/tools/Custom/ListCmdlet.cs @@ -173,11 +173,12 @@ public bool ShouldIteratePages(global::System.Collections.Generic.Dictionary - /// Adds quote marks around $search values if non exists. + /// Adds quotation mark around $search values if none exists. + /// This is needed to support KQL e.g. "prop:value". /// /// The bound parameters of the calling cmdlet. /// The $search value. - /// A formated search values. + /// A formated search value. internal string FormatSearchValue(global::System.Collections.Generic.Dictionary boundParameters, string search) { if (!boundParameters.ContainsKey("Search")) From b5c51a45cbe7036bf52b93b468312bcf0bee2fca Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Thu, 29 Oct 2020 00:07:18 +0000 Subject: [PATCH 03/13] Weekly OpenApiDocs Download --- openApiDocs/beta/Applications.yml | 276 + openApiDocs/beta/ChangeNotifications.yml | 1 + openApiDocs/beta/Compliance.yml | 17092 +++++++++++++++- openApiDocs/beta/CrossDeviceExperiences.yml | 8 +- .../beta/Devices.CorporateManagement.yml | 300 +- openApiDocs/beta/Education.yml | 210 +- openApiDocs/beta/Files.yml | 210 +- openApiDocs/beta/Groups.yml | 108 +- .../beta/Identity.DirectoryManagement.yml | 8 +- openApiDocs/beta/Identity.SignIns.yml | 271 +- openApiDocs/beta/Mail.yml | 2 +- openApiDocs/beta/People.yml | 31 +- openApiDocs/beta/Sites.yml | 210 +- openApiDocs/beta/Teams.yml | 712 +- openApiDocs/beta/Users.Actions.yml | 210 +- openApiDocs/beta/Users.Functions.yml | 210 +- openApiDocs/beta/Users.yml | 210 +- openApiDocs/v1.0/Applications.yml | 276 + openApiDocs/v1.0/Calendar.yml | 25 + openApiDocs/v1.0/ChangeNotifications.yml | 1 + openApiDocs/v1.0/Education.yml | 155 +- openApiDocs/v1.0/Files.yml | 139 +- openApiDocs/v1.0/Groups.yml | 139 +- .../v1.0/Identity.DirectoryManagement.yml | 10 +- openApiDocs/v1.0/Identity.SignIns.yml | 149 +- openApiDocs/v1.0/Mail.yml | 2 +- openApiDocs/v1.0/Sites.yml | 139 +- openApiDocs/v1.0/Teams.yml | 139 +- openApiDocs/v1.0/Users.Actions.yml | 139 +- openApiDocs/v1.0/Users.Functions.yml | 198 +- openApiDocs/v1.0/Users.yml | 2186 +- 31 files changed, 22368 insertions(+), 1398 deletions(-) diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index b6f0a856245..816550c45a1 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -12286,6 +12286,7 @@ paths: - appRoleAssignments - claimsMappingPolicies - createdObjects + - delegatedPermissionClassifications - endpoints - homeRealmDiscoveryPolicies - licenseDetails @@ -12313,6 +12314,7 @@ paths: - appRoleAssignments - claimsMappingPolicies - createdObjects + - delegatedPermissionClassifications - endpoints - homeRealmDiscoveryPolicies - licenseDetails @@ -12445,6 +12447,7 @@ paths: - appRoleAssignments - claimsMappingPolicies - createdObjects + - delegatedPermissionClassifications - endpoints - homeRealmDiscoveryPolicies - licenseDetails @@ -12472,6 +12475,7 @@ paths: - appRoleAssignments - claimsMappingPolicies - createdObjects + - delegatedPermissionClassifications - endpoints - homeRealmDiscoveryPolicies - licenseDetails @@ -12508,6 +12512,10 @@ paths: operationId: servicePrincipals.ListCreatedObjects parameters: servicePrincipal-id: $request.path.servicePrincipal-id + delegatedPermissionClassifications: + operationId: servicePrincipals.ListDelegatedPermissionClassifications + parameters: + servicePrincipal-id: $request.path.servicePrincipal-id endpoints: operationId: servicePrincipals.ListEndpoints parameters: @@ -13485,6 +13493,246 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications': + get: + tags: + - servicePrincipals.delegatedPermissionClassification + summary: Get delegatedPermissionClassifications from servicePrincipals + operationId: servicePrincipals_ListDelegatedPermissionClassifications + parameters: + - name: servicePrincipal-id + in: path + description: 'key: id of servicePrincipal' + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - classification + - classification desc + - permissionId + - permissionId desc + - permissionName + - permissionName desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - classification + - permissionId + - permissionName + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of delegatedPermissionClassification + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + '@odata.nextLink': + type: string + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - servicePrincipals.delegatedPermissionClassification + summary: Create new navigation property to delegatedPermissionClassifications for servicePrincipals + operationId: servicePrincipals_CreateDelegatedPermissionClassifications + parameters: + - name: servicePrincipal-id + in: path + description: 'key: id of servicePrincipal' + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}': + get: + tags: + - servicePrincipals.delegatedPermissionClassification + summary: Get delegatedPermissionClassifications from servicePrincipals + operationId: servicePrincipals_GetDelegatedPermissionClassifications + parameters: + - name: servicePrincipal-id + in: path + description: 'key: id of servicePrincipal' + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: delegatedPermissionClassification-id + in: path + description: 'key: id of delegatedPermissionClassification' + required: true + schema: + type: string + x-ms-docs-key-type: delegatedPermissionClassification + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - classification + - permissionId + - permissionName + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - servicePrincipals.delegatedPermissionClassification + summary: Update the navigation property delegatedPermissionClassifications in servicePrincipals + operationId: servicePrincipals_UpdateDelegatedPermissionClassifications + parameters: + - name: servicePrincipal-id + in: path + description: 'key: id of servicePrincipal' + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: delegatedPermissionClassification-id + in: path + description: 'key: id of delegatedPermissionClassification' + required: true + schema: + type: string + x-ms-docs-key-type: delegatedPermissionClassification + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - servicePrincipals.delegatedPermissionClassification + summary: Delete navigation property delegatedPermissionClassifications for servicePrincipals + operationId: servicePrincipals_DeleteDelegatedPermissionClassifications + parameters: + - name: servicePrincipal-id + in: path + description: 'key: id of servicePrincipal' + required: true + schema: + type: string + x-ms-docs-key-type: servicePrincipal + - name: delegatedPermissionClassification-id + in: path + description: 'key: id of delegatedPermissionClassification' + required: true + schema: + type: string + x-ms-docs-key-type: delegatedPermissionClassification + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/servicePrincipals/{servicePrincipal-id}/endpoints': get: tags: @@ -19188,6 +19436,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Directory objects created by this service principal. Read-only. Nullable. + delegatedPermissionClassifications: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' endpoints: type: array items: @@ -19249,6 +19501,22 @@ components: additionalProperties: type: object description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + microsoft.graph.delegatedPermissionClassification: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: delegatedPermissionClassification + type: object + properties: + classification: + $ref: '#/components/schemas/microsoft.graph.permissionClassificationType' + permissionId: + type: string + nullable: true + permissionName: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.endpoint: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -20088,6 +20356,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.permissionClassificationType: + title: permissionClassificationType + enum: + - low + - medium + - high + - unknownFutureValue + type: string microsoft.graph.servicePlanInfo: title: servicePlanInfo type: object diff --git a/openApiDocs/beta/ChangeNotifications.yml b/openApiDocs/beta/ChangeNotifications.yml index 31e149c9314..31d32bc1edb 100644 --- a/openApiDocs/beta/ChangeNotifications.yml +++ b/openApiDocs/beta/ChangeNotifications.yml @@ -299,6 +299,7 @@ components: nullable: true lifecycleNotificationUrl: type: string + description: 'The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved and missed notifications. This URL must make use of the HTTPS protocol. Optional. Read more about how Outlook resources use lifecycle notifications.' nullable: true notificationUrl: type: string diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 26c22b4af25..d1c2ad13932 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -213,6 +213,7 @@ paths: - lastModifiedBy - lastModifiedDateTime - status + - custodians - reviewSets type: string - name: $expand @@ -226,6 +227,7 @@ paths: items: enum: - '*' + - custodians - reviewSets type: string responses: @@ -307,6 +309,7 @@ paths: - lastModifiedBy - lastModifiedDateTime - status + - custodians - reviewSets type: string - name: $expand @@ -320,6 +323,7 @@ paths: items: enum: - '*' + - custodians - reviewSets type: string responses: @@ -330,6 +334,10 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.ediscoveryCase' links: + custodians: + operationId: compliance.ediscovery.Cases.ListCustodians + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id reviewSets: operationId: compliance.ediscovery.Cases.ListReviewSets parameters: @@ -387,52 +395,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/compliance/ediscovery/cases/{ediscoveryCase-id}/microsoft.graph.close': - post: - tags: - - compliance.Actions - summary: Invoke action close - operationId: compliance.ediscovery.cases_close - parameters: - - name: ediscoveryCase-id - in: path - description: 'key: id of ediscoveryCase' - required: true - schema: - type: string - x-ms-docs-key-type: ediscoveryCase - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/compliance/ediscovery/cases/{ediscoveryCase-id}/microsoft.graph.reopen': - post: - tags: - - compliance.Actions - summary: Invoke action reopen - operationId: compliance.ediscovery.cases_reopen - parameters: - - name: ediscoveryCase-id - in: path - description: 'key: id of ediscoveryCase' - required: true - schema: - type: string - x-ms-docs-key-type: ediscoveryCase - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/compliance/ediscovery/cases/{ediscoveryCase-id}/reviewSets': + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians': get: tags: - compliance.ediscovery - summary: Get reviewSets from compliance - operationId: compliance.ediscovery.cases_ListReviewSets + summary: Get custodians from compliance + operationId: compliance.ediscovery.cases_ListCustodians parameters: - name: ediscoveryCase-id in: path @@ -458,12 +426,22 @@ paths: enum: - id - id desc - - createdBy - - createdBy desc + - acknowledgedDateTime + - acknowledgedDateTime desc + - applyHoldToSources + - applyHoldToSources desc - createdDateTime - createdDateTime desc - displayName - displayName desc + - email + - email desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - releasedDateTime + - releasedDateTime desc + - status + - status desc type: string - name: $select in: query @@ -476,10 +454,18 @@ paths: items: enum: - id - - createdBy + - acknowledgedDateTime + - applyHoldToSources - createdDateTime - displayName - - queries + - email + - lastModifiedDateTime + - releasedDateTime + - status + - lastIndexOperation + - siteSources + - unifiedGroupSources + - userSources type: string - name: $expand in: query @@ -492,7 +478,10 @@ paths: items: enum: - '*' - - queries + - lastIndexOperation + - siteSources + - unifiedGroupSources + - userSources type: string responses: '200': @@ -500,13 +489,13 @@ paths: content: application/json: schema: - title: Collection of reviewSet + title: Collection of custodian type: object properties: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.reviewSet' + $ref: '#/components/schemas/microsoft.graph.custodian' '@odata.nextLink': type: string additionalProperties: @@ -520,8 +509,8 @@ paths: post: tags: - compliance.ediscovery - summary: Create new navigation property to reviewSets for compliance - operationId: compliance.ediscovery.cases_CreateReviewSets + summary: Create new navigation property to custodians for compliance + operationId: compliance.ediscovery.cases_CreateCustodians parameters: - name: ediscoveryCase-id in: path @@ -535,7 +524,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.reviewSet' + $ref: '#/components/schemas/microsoft.graph.custodian' required: true responses: '201': @@ -543,16 +532,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.reviewSet' + $ref: '#/components/schemas/microsoft.graph.custodian' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/compliance/ediscovery/cases/{ediscoveryCase-id}/reviewSets/{reviewSet-id}': + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}': get: tags: - compliance.ediscovery - summary: Get reviewSets from compliance - operationId: compliance.ediscovery.cases_GetReviewSets + summary: Get custodians from compliance + operationId: compliance.ediscovery.cases_GetCustodians parameters: - name: ediscoveryCase-id in: path @@ -561,13 +550,13 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryCase - - name: reviewSet-id + - name: custodian-id in: path - description: 'key: id of reviewSet' + description: 'key: id of custodian' required: true schema: type: string - x-ms-docs-key-type: reviewSet + x-ms-docs-key-type: custodian - name: $select in: query description: Select properties to be returned @@ -579,10 +568,18 @@ paths: items: enum: - id - - createdBy + - acknowledgedDateTime + - applyHoldToSources - createdDateTime - displayName - - queries + - email + - lastModifiedDateTime + - releasedDateTime + - status + - lastIndexOperation + - siteSources + - unifiedGroupSources + - userSources type: string - name: $expand in: query @@ -595,7 +592,10 @@ paths: items: enum: - '*' - - queries + - lastIndexOperation + - siteSources + - unifiedGroupSources + - userSources type: string responses: '200': @@ -603,21 +603,36 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.reviewSet' + $ref: '#/components/schemas/microsoft.graph.custodian' links: - queries: - operationId: compliance.ediscovery.cases.ReviewSets.ListQueries + lastIndexOperation: + operationId: compliance.ediscovery.cases.Custodians.GetLastIndexOperation parameters: ediscoveryCase-id: $request.path.ediscoveryCase-id - reviewSet-id: $request.path.reviewSet-id + custodian-id: $request.path.custodian-id + siteSources: + operationId: compliance.ediscovery.cases.Custodians.ListSiteSources + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSources: + operationId: compliance.ediscovery.cases.Custodians.ListUnifiedGroupSources + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + userSources: + operationId: compliance.ediscovery.cases.Custodians.ListUserSources + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - compliance.ediscovery - summary: Update the navigation property reviewSets in compliance - operationId: compliance.ediscovery.cases_UpdateReviewSets + summary: Update the navigation property custodians in compliance + operationId: compliance.ediscovery.cases_UpdateCustodians parameters: - name: ediscoveryCase-id in: path @@ -626,19 +641,19 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryCase - - name: reviewSet-id + - name: custodian-id in: path - description: 'key: id of reviewSet' + description: 'key: id of custodian' required: true schema: type: string - x-ms-docs-key-type: reviewSet + x-ms-docs-key-type: custodian requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.reviewSet' + $ref: '#/components/schemas/microsoft.graph.custodian' required: true responses: '204': @@ -649,8 +664,8 @@ paths: delete: tags: - compliance.ediscovery - summary: Delete navigation property reviewSets for compliance - operationId: compliance.ediscovery.cases_DeleteReviewSets + summary: Delete navigation property custodians for compliance + operationId: compliance.ediscovery.cases_DeleteCustodians parameters: - name: ediscoveryCase-id in: path @@ -659,13 +674,13 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryCase - - name: reviewSet-id + - name: custodian-id in: path - description: 'key: id of reviewSet' + description: 'key: id of custodian' required: true schema: type: string - x-ms-docs-key-type: reviewSet + x-ms-docs-key-type: custodian - name: If-Match in: header description: ETag @@ -677,12 +692,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/compliance/ediscovery/cases/{ediscoveryCase-id}/reviewSets/{reviewSet-id}/queries': + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/lastIndexOperation': get: tags: - compliance.ediscovery - summary: Get queries from compliance - operationId: compliance.ediscovery.cases.reviewSets_ListQueries + summary: Get lastIndexOperation from compliance + operationId: compliance.ediscovery.cases.custodians_GetLastIndexOperation parameters: - name: ediscoveryCase-id in: path @@ -691,43 +706,13 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryCase - - name: reviewSet-id + - name: custodian-id in: path - description: 'key: id of reviewSet' + description: 'key: id of custodian' required: true schema: type: string - x-ms-docs-key-type: reviewSet - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - createdBy - - createdBy desc - - createdDateTime - - createdDateTime desc - - displayName - - displayName desc - - lastModifiedBy - - lastModifiedBy desc - - lastModifiedDateTime - - lastModifiedDateTime desc - - query - - query desc - type: string + x-ms-docs-key-type: custodian - name: $select in: query description: Select properties to be returned @@ -739,12 +724,12 @@ paths: items: enum: - id - - createdBy + - action + - completedDateTime - createdDateTime - displayName - - lastModifiedBy - - lastModifiedDateTime - - query + - percentProgress + - status type: string - name: $expand in: query @@ -764,28 +749,16 @@ paths: content: application/json: schema: - title: Collection of reviewSetQuery - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' - '@odata.nextLink': - type: string - additionalProperties: - type: object + $ref: '#/components/schemas/microsoft.graph.caseIndexOperation' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - post: + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/lastIndexOperation/$ref': + get: tags: - compliance.ediscovery - summary: Create new navigation property to queries for compliance - operationId: compliance.ediscovery.cases.reviewSets_CreateQueries + summary: Get ref of lastIndexOperation from compliance + operationId: compliance.ediscovery.cases.custodians_GetRefLastIndexOperation parameters: - name: ediscoveryCase-id in: path @@ -794,36 +767,28 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryCase - - name: reviewSet-id + - name: custodian-id in: path - description: 'key: id of reviewSet' + description: 'key: id of custodian' required: true schema: type: string - x-ms-docs-key-type: reviewSet - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' - required: true + x-ms-docs-key-type: custodian responses: - '201': - description: Created navigation property. + '200': + description: Retrieved navigation property link content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' + type: string default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/compliance/ediscovery/cases/{ediscoveryCase-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}': - get: + put: tags: - compliance.ediscovery - summary: Get queries from compliance - operationId: compliance.ediscovery.cases.reviewSets_GetQueries + summary: Update the ref of navigation property lastIndexOperation in compliance + operationId: compliance.ediscovery.cases.custodians_SetRefLastIndexOperation parameters: - name: ediscoveryCase-id in: path @@ -832,65 +797,33 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryCase - - name: reviewSet-id - in: path - description: 'key: id of reviewSet' - required: true - schema: - type: string - x-ms-docs-key-type: reviewSet - - name: reviewSetQuery-id + - name: custodian-id in: path - description: 'key: id of reviewSetQuery' + description: 'key: id of custodian' required: true schema: type: string - x-ms-docs-key-type: reviewSetQuery - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - createdBy - - createdDateTime - - displayName - - lastModifiedBy - - lastModifiedDateTime - - query - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string + x-ms-docs-key-type: custodian + requestBody: + description: New navigation property ref values + content: + application/json: + schema: + type: object + additionalProperties: + type: object + required: true responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' + '204': + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + delete: tags: - compliance.ediscovery - summary: Update the navigation property queries in compliance - operationId: compliance.ediscovery.cases.reviewSets_UpdateQueries + summary: Delete ref of navigation property lastIndexOperation for compliance + operationId: compliance.ediscovery.cases.custodians_DeleteRefLastIndexOperation parameters: - name: ediscoveryCase-id in: path @@ -899,38 +832,30 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryCase - - name: reviewSet-id + - name: custodian-id in: path - description: 'key: id of reviewSet' + description: 'key: id of custodian' required: true schema: type: string - x-ms-docs-key-type: reviewSet - - name: reviewSetQuery-id - in: path - description: 'key: id of reviewSetQuery' - required: true + x-ms-docs-key-type: custodian + - name: If-Match + in: header + description: ETag schema: type: string - x-ms-docs-key-type: reviewSetQuery - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' - required: true responses: '204': description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/microsoft.graph.activate': + post: tags: - - compliance.ediscovery - summary: Delete navigation property queries for compliance - operationId: compliance.ediscovery.cases.reviewSets_DeleteQueries + - compliance.Actions + summary: Invoke action activate + operationId: compliance.ediscovery.cases.custodians_activate parameters: - name: ediscoveryCase-id in: path @@ -939,236 +864,16677 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryCase - - name: reviewSet-id + - name: custodian-id in: path - description: 'key: id of reviewSet' + description: 'key: id of custodian' required: true schema: type: string - x-ms-docs-key-type: reviewSet - - name: reviewSetQuery-id + x-ms-docs-key-type: custodian + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/microsoft.graph.release': + post: + tags: + - compliance.Actions + summary: Invoke action release + operationId: compliance.ediscovery.cases.custodians_release + parameters: + - name: ediscoveryCase-id in: path - description: 'key: id of reviewSetQuery' + description: 'key: id of ediscoveryCase' required: true schema: type: string - x-ms-docs-key-type: reviewSetQuery - - name: If-Match - in: header - description: ETag + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/microsoft.graph.updateIndex': + post: + tags: + - compliance.Actions + summary: Invoke action updateIndex + operationId: compliance.ediscovery.cases.custodians_updateIndex + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/siteSources': + get: + tags: + - compliance.ediscovery + summary: Get siteSources from compliance + operationId: compliance.ediscovery.cases.custodians_ListSiteSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - site + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - site + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of siteSource + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteSource' + '@odata.nextLink': + type: string + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - compliance.ediscovery + summary: Create new navigation property to siteSources for compliance + operationId: compliance.ediscovery.cases.custodians_CreateSiteSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteSource' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/siteSources/{siteSource-id}': + get: + tags: + - compliance.ediscovery + summary: Get siteSources from compliance + operationId: compliance.ediscovery.cases.custodians_GetSiteSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: siteSource-id + in: path + description: 'key: id of siteSource' + required: true + schema: + type: string + x-ms-docs-key-type: siteSource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - site + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - site + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteSource' + links: + site: + operationId: compliance.ediscovery.cases.custodians.SiteSources.GetSite + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - compliance.ediscovery + summary: Update the navigation property siteSources in compliance + operationId: compliance.ediscovery.cases.custodians_UpdateSiteSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: siteSource-id + in: path + description: 'key: id of siteSource' + required: true schema: type: string + x-ms-docs-key-type: siteSource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.siteSource' + required: true responses: '204': description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation -components: - schemas: - microsoft.graph.compliance: - title: compliance - type: object - properties: - ediscovery: - $ref: '#/components/schemas/microsoft.graph.ediscovery' + delete: + tags: + - compliance.ediscovery + summary: Delete navigation property siteSources for compliance + operationId: compliance.ediscovery.cases.custodians_DeleteSiteSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: siteSource-id + in: path + description: 'key: id of siteSource' + required: true + schema: + type: string + x-ms-docs-key-type: siteSource + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site': + get: + tags: + - compliance.ediscovery + summary: Get site from compliance + operationId: compliance.ediscovery.cases.custodians.siteSources_GetSite + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: siteSource-id + in: path + description: 'key: id of siteSource' + required: true + schema: + type: string + x-ms-docs-key-type: siteSource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - description + - eTag + - lastModifiedBy + - lastModifiedDateTime + - name + - parentReference + - webUrl + - deleted + - displayName + - root + - sharepointIds + - siteCollection + - createdByUser + - lastModifiedByUser + - analytics + - columns + - contentTypes + - drive + - drives + - items + - lists + - pages + - sites + - onenote + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - createdByUser + - lastModifiedByUser + - analytics + - columns + - contentTypes + - drive + - drives + - items + - lists + - pages + - sites + - onenote + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' + links: + createdByUser: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetCreatedByUser + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + lastModifiedByUser: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetLastModifiedByUser + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + analytics: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetAnalytics + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + columns: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListColumns + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + contentTypes: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListContentTypes + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + drive: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetDrive + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + drives: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListDrives + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + items: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListItems + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + lists: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListLists + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + pages: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListPages + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + sites: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListSites + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + onenote: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetOnenote + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site/$ref': + get: + tags: + - compliance.ediscovery + summary: Get ref of site from compliance + operationId: compliance.ediscovery.cases.custodians.siteSources_GetRefSite + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: siteSource-id + in: path + description: 'key: id of siteSource' + required: true + schema: + type: string + x-ms-docs-key-type: siteSource + responses: + '200': + description: Retrieved navigation property link + content: + application/json: + schema: + type: string + links: + createdByUser: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetCreatedByUser + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + lastModifiedByUser: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetLastModifiedByUser + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + analytics: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetAnalytics + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + columns: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListColumns + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + contentTypes: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListContentTypes + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + drive: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetDrive + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + drives: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListDrives + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + items: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListItems + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + lists: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListLists + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + pages: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListPages + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + sites: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListSites + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + onenote: + operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetOnenote + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + siteSource-id: $request.path.siteSource-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - compliance.ediscovery + summary: Update the ref of navigation property site in compliance + operationId: compliance.ediscovery.cases.custodians.siteSources_SetRefSite + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: siteSource-id + in: path + description: 'key: id of siteSource' + required: true + schema: + type: string + x-ms-docs-key-type: siteSource + requestBody: + description: New navigation property ref values + content: + application/json: + schema: + type: object + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - compliance.ediscovery + summary: Delete ref of navigation property site for compliance + operationId: compliance.ediscovery.cases.custodians.siteSources_DeleteRefSite + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: siteSource-id + in: path + description: 'key: id of siteSource' + required: true + schema: + type: string + x-ms-docs-key-type: siteSource + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/unifiedGroupSources': + get: + tags: + - compliance.ediscovery + summary: Get unifiedGroupSources from compliance + operationId: compliance.ediscovery.cases.custodians_ListUnifiedGroupSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + - includedSources + - includedSources desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - includedSources + - group + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - group + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of unifiedGroupSource + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedGroupSource' + '@odata.nextLink': + type: string + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - compliance.ediscovery + summary: Create new navigation property to unifiedGroupSources for compliance + operationId: compliance.ediscovery.cases.custodians_CreateUnifiedGroupSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedGroupSource' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedGroupSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}': + get: + tags: + - compliance.ediscovery + summary: Get unifiedGroupSources from compliance + operationId: compliance.ediscovery.cases.custodians_GetUnifiedGroupSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: unifiedGroupSource-id + in: path + description: 'key: id of unifiedGroupSource' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedGroupSource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - includedSources + - group + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - group + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedGroupSource' + links: + group: + operationId: compliance.ediscovery.cases.custodians.UnifiedGroupSources.GetGroup + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - compliance.ediscovery + summary: Update the navigation property unifiedGroupSources in compliance + operationId: compliance.ediscovery.cases.custodians_UpdateUnifiedGroupSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: unifiedGroupSource-id + in: path + description: 'key: id of unifiedGroupSource' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedGroupSource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedGroupSource' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - compliance.ediscovery + summary: Delete navigation property unifiedGroupSources for compliance + operationId: compliance.ediscovery.cases.custodians_DeleteUnifiedGroupSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: unifiedGroupSource-id + in: path + description: 'key: id of unifiedGroupSource' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedGroupSource + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group': + get: + tags: + - compliance.ediscovery + summary: Get group from compliance + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources_GetGroup + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: unifiedGroupSource-id + in: path + description: 'key: id of unifiedGroupSource' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedGroupSource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - deletedDateTime + - assignedLabels + - assignedLicenses + - classification + - createdByAppId + - createdDateTime + - description + - displayName + - expirationDateTime + - groupTypes + - hasMembersWithLicenseErrors + - infoCatalogs + - isAssignableToRole + - licenseProcessingState + - mail + - mailEnabled + - mailNickname + - mdmAppId + - membershipRule + - membershipRuleProcessingState + - onPremisesDomainName + - onPremisesLastSyncDateTime + - onPremisesNetBiosName + - onPremisesProvisioningErrors + - onPremisesSamAccountName + - onPremisesSecurityIdentifier + - onPremisesSyncEnabled + - preferredDataLocation + - preferredLanguage + - proxyAddresses + - renewedDateTime + - resourceBehaviorOptions + - resourceProvisioningOptions + - securityEnabled + - securityIdentifier + - theme + - visibility + - accessType + - allowExternalSenders + - autoSubscribeNewMembers + - hideFromAddressLists + - hideFromOutlookClients + - isFavorite + - isSubscribedByMail + - unseenConversationsCount + - unseenCount + - unseenMessagesCount + - isArchived + - appRoleAssignments + - createdOnBehalfOf + - endpoints + - memberOf + - members + - membersWithLicenseErrors + - owners + - permissionGrants + - settings + - transitiveMemberOf + - transitiveMembers + - acceptedSenders + - calendar + - calendarView + - conversations + - events + - photo + - photos + - rejectedSenders + - threads + - drive + - drives + - sites + - extensions + - groupLifecyclePolicies + - planner + - onenote + - team + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appRoleAssignments + - createdOnBehalfOf + - endpoints + - memberOf + - members + - membersWithLicenseErrors + - owners + - permissionGrants + - settings + - transitiveMemberOf + - transitiveMembers + - acceptedSenders + - calendar + - calendarView + - conversations + - events + - photo + - photos + - rejectedSenders + - threads + - drive + - drives + - sites + - extensions + - groupLifecyclePolicies + - planner + - onenote + - team + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' + links: + appRoleAssignments: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListAppRoleAssignments + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + createdOnBehalfOf: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetCreatedOnBehalfOf + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + endpoints: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListEndpoints + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + memberOf: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListMemberOf + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + members: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListMembers + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + membersWithLicenseErrors: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListMembersWithLicenseErrors + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + owners: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListOwners + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + permissionGrants: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListPermissionGrants + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + settings: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListSettings + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + transitiveMemberOf: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListTransitiveMemberOf + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + transitiveMembers: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListTransitiveMembers + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + acceptedSenders: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListAcceptedSenders + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + calendar: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetCalendar + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + calendarView: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListCalendarView + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + conversations: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListConversations + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + events: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListEvents + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + photo: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetPhoto + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + photos: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListPhotos + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + rejectedSenders: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListRejectedSenders + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + threads: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListThreads + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + drive: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetDrive + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + drives: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListDrives + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + sites: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListSites + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + extensions: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListExtensions + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + groupLifecyclePolicies: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListGroupLifecyclePolicies + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + planner: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetPlanner + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + onenote: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetOnenote + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + team: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetTeam + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/$ref': + get: + tags: + - compliance.ediscovery + summary: Get ref of group from compliance + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources_GetRefGroup + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: unifiedGroupSource-id + in: path + description: 'key: id of unifiedGroupSource' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedGroupSource + responses: + '200': + description: Retrieved navigation property link + content: + application/json: + schema: + type: string + links: + appRoleAssignments: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListAppRoleAssignments + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + createdOnBehalfOf: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetCreatedOnBehalfOf + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + endpoints: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListEndpoints + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + memberOf: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListMemberOf + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + members: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListMembers + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + membersWithLicenseErrors: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListMembersWithLicenseErrors + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + owners: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListOwners + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + permissionGrants: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListPermissionGrants + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + settings: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListSettings + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + transitiveMemberOf: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListTransitiveMemberOf + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + transitiveMembers: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListTransitiveMembers + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + acceptedSenders: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListAcceptedSenders + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + calendar: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetCalendar + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + calendarView: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListCalendarView + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + conversations: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListConversations + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + events: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListEvents + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + photo: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetPhoto + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + photos: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListPhotos + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + rejectedSenders: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListRejectedSenders + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + threads: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListThreads + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + drive: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetDrive + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + drives: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListDrives + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + sites: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListSites + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + extensions: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListExtensions + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + groupLifecyclePolicies: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListGroupLifecyclePolicies + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + planner: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetPlanner + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + onenote: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetOnenote + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + team: + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetTeam + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + custodian-id: $request.path.custodian-id + unifiedGroupSource-id: $request.path.unifiedGroupSource-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - compliance.ediscovery + summary: Update the ref of navigation property group in compliance + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources_SetRefGroup + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: unifiedGroupSource-id + in: path + description: 'key: id of unifiedGroupSource' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedGroupSource + requestBody: + description: New navigation property ref values + content: + application/json: + schema: + type: object + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - compliance.ediscovery + summary: Delete ref of navigation property group for compliance + operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources_DeleteRefGroup + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: unifiedGroupSource-id + in: path + description: 'key: id of unifiedGroupSource' + required: true + schema: + type: string + x-ms-docs-key-type: unifiedGroupSource + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/userSources': + get: + tags: + - compliance.ediscovery + summary: Get userSources from compliance + operationId: compliance.ediscovery.cases.custodians_ListUserSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + - email + - email desc + - includedSources + - includedSources desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - email + - includedSources + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of userSource + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userSource' + '@odata.nextLink': + type: string + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - compliance.ediscovery + summary: Create new navigation property to userSources for compliance + operationId: compliance.ediscovery.cases.custodians_CreateUserSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userSource' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/custodians/{custodian-id}/userSources/{userSource-id}': + get: + tags: + - compliance.ediscovery + summary: Get userSources from compliance + operationId: compliance.ediscovery.cases.custodians_GetUserSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: userSource-id + in: path + description: 'key: id of userSource' + required: true + schema: + type: string + x-ms-docs-key-type: userSource + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - email + - includedSources + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userSource' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - compliance.ediscovery + summary: Update the navigation property userSources in compliance + operationId: compliance.ediscovery.cases.custodians_UpdateUserSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: userSource-id + in: path + description: 'key: id of userSource' + required: true + schema: + type: string + x-ms-docs-key-type: userSource + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userSource' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - compliance.ediscovery + summary: Delete navigation property userSources for compliance + operationId: compliance.ediscovery.cases.custodians_DeleteUserSources + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: custodian-id + in: path + description: 'key: id of custodian' + required: true + schema: + type: string + x-ms-docs-key-type: custodian + - name: userSource-id + in: path + description: 'key: id of userSource' + required: true + schema: + type: string + x-ms-docs-key-type: userSource + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/microsoft.graph.close': + post: + tags: + - compliance.Actions + summary: Invoke action close + operationId: compliance.ediscovery.cases_close + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/compliance/ediscovery/cases/{ediscoveryCase-id}/microsoft.graph.reopen': + post: + tags: + - compliance.Actions + summary: Invoke action reopen + operationId: compliance.ediscovery.cases_reopen + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/compliance/ediscovery/cases/{ediscoveryCase-id}/reviewSets': + get: + tags: + - compliance.ediscovery + summary: Get reviewSets from compliance + operationId: compliance.ediscovery.cases_ListReviewSets + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - queries + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - queries + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of reviewSet + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.reviewSet' + '@odata.nextLink': + type: string + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - compliance.ediscovery + summary: Create new navigation property to reviewSets for compliance + operationId: compliance.ediscovery.cases_CreateReviewSets + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reviewSet' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reviewSet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/reviewSets/{reviewSet-id}': + get: + tags: + - compliance.ediscovery + summary: Get reviewSets from compliance + operationId: compliance.ediscovery.cases_GetReviewSets + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: reviewSet-id + in: path + description: 'key: id of reviewSet' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSet + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - queries + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - queries + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reviewSet' + links: + queries: + operationId: compliance.ediscovery.cases.ReviewSets.ListQueries + parameters: + ediscoveryCase-id: $request.path.ediscoveryCase-id + reviewSet-id: $request.path.reviewSet-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - compliance.ediscovery + summary: Update the navigation property reviewSets in compliance + operationId: compliance.ediscovery.cases_UpdateReviewSets + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: reviewSet-id + in: path + description: 'key: id of reviewSet' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSet + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reviewSet' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - compliance.ediscovery + summary: Delete navigation property reviewSets for compliance + operationId: compliance.ediscovery.cases_DeleteReviewSets + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: reviewSet-id + in: path + description: 'key: id of reviewSet' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSet + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/reviewSets/{reviewSet-id}/queries': + get: + tags: + - compliance.ediscovery + summary: Get queries from compliance + operationId: compliance.ediscovery.cases.reviewSets_ListQueries + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: reviewSet-id + in: path + description: 'key: id of reviewSet' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSet + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - id desc + - createdBy + - createdBy desc + - createdDateTime + - createdDateTime desc + - displayName + - displayName desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - query + - query desc + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - query + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + title: Collection of reviewSetQuery + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' + '@odata.nextLink': + type: string + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - compliance.ediscovery + summary: Create new navigation property to queries for compliance + operationId: compliance.ediscovery.cases.reviewSets_CreateQueries + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: reviewSet-id + in: path + description: 'key: id of reviewSet' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSet + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/compliance/ediscovery/cases/{ediscoveryCase-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}': + get: + tags: + - compliance.ediscovery + summary: Get queries from compliance + operationId: compliance.ediscovery.cases.reviewSets_GetQueries + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: reviewSet-id + in: path + description: 'key: id of reviewSet' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSet + - name: reviewSetQuery-id + in: path + description: 'key: id of reviewSetQuery' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSetQuery + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdBy + - createdDateTime + - displayName + - lastModifiedBy + - lastModifiedDateTime + - query + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - compliance.ediscovery + summary: Update the navigation property queries in compliance + operationId: compliance.ediscovery.cases.reviewSets_UpdateQueries + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: reviewSet-id + in: path + description: 'key: id of reviewSet' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSet + - name: reviewSetQuery-id + in: path + description: 'key: id of reviewSetQuery' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSetQuery + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - compliance.ediscovery + summary: Delete navigation property queries for compliance + operationId: compliance.ediscovery.cases.reviewSets_DeleteQueries + parameters: + - name: ediscoveryCase-id + in: path + description: 'key: id of ediscoveryCase' + required: true + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: reviewSet-id + in: path + description: 'key: id of reviewSet' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSet + - name: reviewSetQuery-id + in: path + description: 'key: id of reviewSetQuery' + required: true + schema: + type: string + x-ms-docs-key-type: reviewSetQuery + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation +components: + schemas: + microsoft.graph.compliance: + title: compliance + type: object + properties: + ediscovery: + $ref: '#/components/schemas/microsoft.graph.ediscovery' + additionalProperties: + type: object + microsoft.graph.ediscovery: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: ediscovery + type: object + properties: + cases: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.ediscoveryCase' + additionalProperties: + type: object + microsoft.graph.ediscoveryCase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: ediscoveryCase + type: object + properties: + closedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + closedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + description: + type: string + nullable: true + displayName: + type: string + nullable: true + externalId: + type: string + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.caseStatus' + custodians: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.custodian' + reviewSets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.reviewSet' + additionalProperties: + type: object + microsoft.graph.custodian: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: custodian + type: object + properties: + acknowledgedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + applyHoldToSources: + type: boolean + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + displayName: + type: string + nullable: true + email: + type: string + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + releasedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.custodianStatus' + lastIndexOperation: + $ref: '#/components/schemas/microsoft.graph.caseIndexOperation' + siteSources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.siteSource' + unifiedGroupSources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.unifiedGroupSource' + userSources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userSource' + additionalProperties: + type: object + microsoft.graph.caseIndexOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: caseIndexOperation + type: object + properties: + action: + $ref: '#/components/schemas/microsoft.graph.caseAction' + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + displayName: + type: string + nullable: true + percentProgress: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.caseOperationStatus' + additionalProperties: + type: object + microsoft.graph.siteSource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.dataSource' + - title: siteSource + type: object + properties: + site: + $ref: '#/components/schemas/microsoft.graph.site' + additionalProperties: + type: object + microsoft.graph.site: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItem' + - title: site + type: object + properties: + deleted: + $ref: '#/components/schemas/microsoft.graph.deleted' + displayName: + type: string + description: The full title for the site. Read-only. + nullable: true + root: + $ref: '#/components/schemas/microsoft.graph.root' + sharepointIds: + $ref: '#/components/schemas/microsoft.graph.sharepointIds' + siteCollection: + $ref: '#/components/schemas/microsoft.graph.siteCollection' + analytics: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + columns: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of column definitions reusable across lists under this site. + contentTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types defined for this site. + drive: + $ref: '#/components/schemas/microsoft.graph.drive' + drives: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.drive' + description: The collection of drives (document libraries) under this site. + items: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.baseItem' + description: Used to address any item contained in this site. This collection cannot be enumerated. + lists: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.list' + description: The collection of lists under this site. + pages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sitePage' + sites: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + description: The collection of the sub-sites under this site. + onenote: + $ref: '#/components/schemas/microsoft.graph.onenote' + additionalProperties: + type: object + microsoft.graph.unifiedGroupSource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.dataSource' + - title: unifiedGroupSource + type: object + properties: + includedSources: + $ref: '#/components/schemas/microsoft.graph.sourceType' + group: + $ref: '#/components/schemas/microsoft.graph.group' + additionalProperties: + type: object + microsoft.graph.group: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: group + type: object + properties: + assignedLabels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedLabel' + description: 'The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group. Returned only on $select. Read-only.' + assignedLicenses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedLicense' + description: The licenses that are assigned to the group. Returned only on $select. Read-only. + classification: + type: string + description: 'Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default.' + nullable: true + createdByAppId: + type: string + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Timestamp of when the group was created. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' + format: date-time + nullable: true + description: + type: string + description: An optional description for the group. Returned by default. + nullable: true + displayName: + type: string + description: The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $filter and $orderby. + nullable: true + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Timestamp of when the group is set to expire. The value cannot be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' + format: date-time + nullable: true + groupTypes: + type: array + items: + type: string + description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter.' + hasMembersWithLicenseErrors: + type: boolean + description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example.' + nullable: true + infoCatalogs: + type: array + items: + type: string + isAssignableToRole: + type: boolean + nullable: true + licenseProcessingState: + $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' + mail: + type: string + description: 'The SMTP address for the group, for example, ''serviceadmins@contoso.onmicrosoft.com''. Returned by default. Read-only. Supports $filter.' + nullable: true + mailEnabled: + type: boolean + description: Specifies whether the group is mail-enabled. Returned by default. + nullable: true + mailNickname: + type: string + nullable: true + mdmAppId: + type: string + nullable: true + membershipRule: + type: string + description: 'The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default.' + nullable: true + membershipRuleProcessingState: + type: string + description: Indicates whether the dynamic membership processing is on or paused. Possible values are 'On' or 'Paused'. Returned by default. + nullable: true + onPremisesDomainName: + type: string + nullable: true + onPremisesLastSyncDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + onPremisesNetBiosName: + type: string + nullable: true + onPremisesProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' + onPremisesSamAccountName: + type: string + description: Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by default. Read-only. + nullable: true + onPremisesSecurityIdentifier: + type: string + description: Contains the on-premises security identifier (SID) for the group that was synchronized from on-premises to the cloud. Returned by default. Read-only. + nullable: true + onPremisesSyncEnabled: + type: boolean + description: true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter. + nullable: true + preferredDataLocation: + type: string + description: 'The preferred data location for the group. For more information, see OneDrive Online Multi-Geo. Returned by default.' + nullable: true + preferredLanguage: + type: string + description: The preferred language for an Microsoft 365 group. Should follow ISO 639-1 Code; for example 'en-US'. Returned by default. + nullable: true + proxyAddresses: + type: array + items: + type: string + description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter.' + renewedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Timestamp of when the group was last renewed. This cannot be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default. Read-only.' + format: date-time + nullable: true + resourceBehaviorOptions: + type: array + items: + type: string + description: 'Specifies the group behaviors that can be set for a Microsoft 365 group during creation. This can be set only as part of creation (POST). Possible values are AllowOnlyMembersToPost, HideGroupInOutlook, SubscribeNewGroupMembers, WelcomeEmailDisabled. For more information, see Set Microsoft 365 group behaviors and provisioning options.' + resourceProvisioningOptions: + type: array + items: + type: string + description: 'Specifies the group resources that are provisioned as part of Microsoft 365 group creation, that are not normally part of default group creation. Possible value is Team. For more information, see Set Microsoft 365 group behaviors and provisioning options.' + securityEnabled: + type: boolean + description: Specifies whether the group is a security group. Returned by default. Supports $filter. + nullable: true + securityIdentifier: + type: string + description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' + nullable: true + theme: + type: string + description: 'Specifies an Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' + nullable: true + visibility: + type: string + description: 'Specifies the visibility of a Microsoft 365 group. Possible values are: Private, Public, or Hiddenmembership; blank values are treated as public. See group visibility options to learn more.Visibility can be set only when a group is created; it is not editable.Visibility is supported only for unified groups; it is not supported for security groups. Returned by default.' + nullable: true + accessType: + $ref: '#/components/schemas/microsoft.graph.groupAccessType' + allowExternalSenders: + type: boolean + description: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. + nullable: true + autoSubscribeNewMembers: + type: boolean + description: Indicates if new members added to the group will be auto-subscribed to receive email notifications. You can set this property in a PATCH request for the group; do not set it in the initial POST request that creates the group. Default value is false. Returned only on $select. + nullable: true + hideFromAddressLists: + type: boolean + description: 'True if the group is not displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select.' + nullable: true + hideFromOutlookClients: + type: boolean + description: 'True if the group is not displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. Default value is false. Returned only on $select.' + nullable: true + isFavorite: + type: boolean + nullable: true + isSubscribedByMail: + type: boolean + description: Indicates whether the signed-in user is subscribed to receive email conversations. Default value is true. Returned only on $select. + nullable: true + unseenConversationsCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + unseenCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of conversations that have received new posts since the signed-in user last visited the group. Returned only on $select. + format: int32 + nullable: true + unseenMessagesCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + isArchived: + type: boolean + nullable: true + appRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + createdOnBehalfOf: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + endpoints: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.endpoint' + memberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: 'Users and groups that are members of this group. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups) Nullable.' + membersWithLicenseErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: A list of group members with license errors from this group-based license assignment. Read-only. + owners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: 'The owners of the group. The owners are a set of non-admin users who are allowed to modify this object. Limited to 100 owners. HTTP Methods: GET (supported for all groups), POST (supported for Microsoft 365 groups, security groups and mail-enabled security groups), DELETE (supported for Microsoft 365 groups and security groups). Nullable.' + permissionGrants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' + settings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directorySetting' + description: Read-only. Nullable. + transitiveMemberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + transitiveMembers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + acceptedSenders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The list of users or groups that are allowed to create post's or calendar events in this group. If this list is non-empty then only users or groups listed here are allowed to post. + calendar: + $ref: '#/components/schemas/microsoft.graph.calendar' + calendarView: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + description: The calendar view for the calendar. Read-only. + conversations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversation' + description: The group's conversations. + events: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + description: The group's calendar events. + photo: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' + photos: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' + description: The profile photos owned by the group. Read-only. Nullable. + rejectedSenders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The list of users or groups that are not allowed to create posts or calendar events in this group. Nullable + threads: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationThread' + description: The group's conversation threads. Nullable. + drive: + $ref: '#/components/schemas/microsoft.graph.drive' + drives: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.drive' + description: The group's drives. Read-only. + sites: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + description: The list of SharePoint sites in this group. Access the default site with /sites/root. + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the group. Read-only. Nullable. + groupLifecyclePolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' + description: The collection of lifecycle policies for this group. Read-only. Nullable. + planner: + $ref: '#/components/schemas/microsoft.graph.plannerGroup' + onenote: + $ref: '#/components/schemas/microsoft.graph.onenote' + team: + $ref: '#/components/schemas/microsoft.graph.team' + additionalProperties: + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + microsoft.graph.userSource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.dataSource' + - title: userSource + type: object + properties: + email: + type: string + includedSources: + $ref: '#/components/schemas/microsoft.graph.sourceType' + additionalProperties: + type: object + microsoft.graph.reviewSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: reviewSet + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + displayName: + type: string + nullable: true + queries: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.reviewSetQuery' + additionalProperties: + type: object + microsoft.graph.reviewSetQuery: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: reviewSetQuery + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + displayName: + type: string + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + query: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.entity: + title: entity + type: object + properties: + id: + type: string + description: Read-only. + additionalProperties: + type: object + microsoft.graph.identitySet: + title: identitySet + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + device: + $ref: '#/components/schemas/microsoft.graph.identity' + user: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object + microsoft.graph.caseStatus: + title: caseStatus + enum: + - unknown + - active + - pendingDelete + - closing + - closed + - closedWithError + type: string + microsoft.graph.custodianStatus: + title: custodianStatus + enum: + - active + - released + type: string + microsoft.graph.caseAction: + title: caseAction + enum: + - contentExport + - tag + - convertToPdf + - index + - search + - addDataToReviewSet + type: string + microsoft.graph.caseOperationStatus: + title: caseOperationStatus + enum: + - notStarted + - submissionFailed + - running + - succeeded + - partiallySucceeded + - failed + type: string + microsoft.graph.dataSource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: dataSource + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + displayName: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.baseItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: baseItem + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + description: + type: string + description: Provides a user-visible description of the item. Optional. + nullable: true + eTag: + type: string + description: ETag for the item. Read-only. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time the item was last modified. Read-only. + format: date-time + name: + type: string + description: The name of the item. Read-write. + nullable: true + parentReference: + $ref: '#/components/schemas/microsoft.graph.itemReference' + webUrl: + type: string + description: URL that displays the resource in the browser. Read-only. + nullable: true + createdByUser: + $ref: '#/components/schemas/microsoft.graph.user' + lastModifiedByUser: + $ref: '#/components/schemas/microsoft.graph.user' + additionalProperties: + type: object + microsoft.graph.deleted: + title: deleted + type: object + properties: + state: + type: string + description: Represents the state of the deleted item. + nullable: true + additionalProperties: + type: object + microsoft.graph.root: + title: root + type: object + additionalProperties: + type: object + microsoft.graph.sharepointIds: + title: sharepointIds + type: object + properties: + listId: + type: string + description: The unique identifier (guid) for the item's list in SharePoint. + nullable: true + listItemId: + type: string + description: An integer identifier for the item within the containing list. + nullable: true + listItemUniqueId: + type: string + description: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site. + nullable: true + siteId: + type: string + description: The unique identifier (guid) for the item's site collection (SPSite). + nullable: true + siteUrl: + type: string + description: The SharePoint URL for the site that contains the item. + nullable: true + tenantId: + type: string + description: The unique identifier (guid) for the tenancy. + nullable: true + webId: + type: string + description: The unique identifier (guid) for the item's site (SPWeb). + nullable: true + additionalProperties: + type: object + microsoft.graph.siteCollection: + title: siteCollection + type: object + properties: + dataLocationCode: + type: string + description: The geographic region code for where this site collection resides. Read-only. + nullable: true + hostname: + type: string + description: The hostname for the site collection. Read-only. + nullable: true + root: + $ref: '#/components/schemas/microsoft.graph.root' + additionalProperties: + type: object + microsoft.graph.itemAnalytics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: itemAnalytics + type: object + properties: + allTime: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + itemActivityStats: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + lastSevenDays: + $ref: '#/components/schemas/microsoft.graph.itemActivityStat' + additionalProperties: + type: object + microsoft.graph.columnDefinition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: columnDefinition + type: object + properties: + boolean: + $ref: '#/components/schemas/microsoft.graph.booleanColumn' + calculated: + $ref: '#/components/schemas/microsoft.graph.calculatedColumn' + choice: + $ref: '#/components/schemas/microsoft.graph.choiceColumn' + columnGroup: + type: string + description: 'For site columns, the name of the group this column belongs to. Helps organize related columns.' + nullable: true + currency: + $ref: '#/components/schemas/microsoft.graph.currencyColumn' + dateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeColumn' + defaultValue: + $ref: '#/components/schemas/microsoft.graph.defaultColumnValue' + description: + type: string + description: The user-facing description of the column. + nullable: true + displayName: + type: string + description: The user-facing name of the column. + nullable: true + enforceUniqueValues: + type: boolean + description: 'If true, no two list items may have the same value for this column.' + nullable: true + geolocation: + $ref: '#/components/schemas/microsoft.graph.geolocationColumn' + hidden: + type: boolean + description: Specifies whether the column is displayed in the user interface. + nullable: true + indexed: + type: boolean + description: Specifies whether the column values can used for sorting and searching. + nullable: true + lookup: + $ref: '#/components/schemas/microsoft.graph.lookupColumn' + name: + type: string + description: 'The API-facing name of the column as it appears in the [fields][] on a [listItem][]. For the user-facing name, see displayName.' + nullable: true + number: + $ref: '#/components/schemas/microsoft.graph.numberColumn' + personOrGroup: + $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' + readOnly: + type: boolean + description: Specifies whether the column values can be modified. + nullable: true + required: + type: boolean + description: Specifies whether the column value is not optional. + nullable: true + text: + $ref: '#/components/schemas/microsoft.graph.textColumn' + additionalProperties: + type: object + microsoft.graph.contentType: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contentType + type: object + properties: + description: + type: string + description: The descriptive text for the item. + nullable: true + group: + type: string + description: The name of the group this content type belongs to. Helps organize related content types. + nullable: true + hidden: + type: boolean + description: Indicates whether the content type is hidden in the list's 'New' menu. + nullable: true + inheritedFrom: + $ref: '#/components/schemas/microsoft.graph.itemReference' + name: + type: string + description: The name of the content type. + nullable: true + order: + $ref: '#/components/schemas/microsoft.graph.contentTypeOrder' + parentId: + type: string + description: The unique identifier of the content type. + nullable: true + readOnly: + type: boolean + description: 'If true, the content type cannot be modified unless this value is first set to false.' + nullable: true + sealed: + type: boolean + description: 'If true, the content type cannot be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types.' + nullable: true + columnLinks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.columnLink' + description: The collection of columns that are required by this content type + additionalProperties: + type: object + microsoft.graph.drive: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItem' + - title: drive + type: object + properties: + driveType: + type: string + description: Describes the type of drive represented by this resource. OneDrive personal drives will return personal. OneDrive for Business will return business. SharePoint document libraries will return documentLibrary. Read-only. + nullable: true + owner: + $ref: '#/components/schemas/microsoft.graph.identitySet' + quota: + $ref: '#/components/schemas/microsoft.graph.quota' + sharePointIds: + $ref: '#/components/schemas/microsoft.graph.sharepointIds' + system: + $ref: '#/components/schemas/microsoft.graph.systemFacet' + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + bundles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveItem' + following: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveItem' + description: The list of items the user is following. Only in OneDrive for Business. + items: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveItem' + description: All items contained in the drive. Read-only. Nullable. + list: + $ref: '#/components/schemas/microsoft.graph.list' + root: + $ref: '#/components/schemas/microsoft.graph.driveItem' + special: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveItem' + description: Collection of common folders available in OneDrive. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.list: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItem' + - title: list + type: object + properties: + displayName: + type: string + description: The displayable title of the list. + nullable: true + list: + $ref: '#/components/schemas/microsoft.graph.listInfo' + sharepointIds: + $ref: '#/components/schemas/microsoft.graph.sharepointIds' + system: + $ref: '#/components/schemas/microsoft.graph.systemFacet' + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + columns: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' + description: The collection of field definitions for this list. + contentTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contentType' + description: The collection of content types present in this list. + drive: + $ref: '#/components/schemas/microsoft.graph.drive' + items: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItem' + description: All items contained in the list. + subscriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.subscription' + description: The set of subscriptions on the list. + additionalProperties: + type: object + microsoft.graph.sitePage: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItem' + - title: sitePage + type: object + properties: + contentType: + $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + pageLayoutType: + type: string + nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.publicationFacet' + title: + type: string + nullable: true + webParts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.webPart' + additionalProperties: + type: object + microsoft.graph.onenote: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: onenote + type: object + properties: + notebooks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.notebook' + description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' + description: 'The status of OneNote operations. Getting an operations collection is not supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' + pages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' + description: 'The image and other file resources in OneNote pages. Getting a resources collection is not supported, but you can get the binary content of a specific resource. Read-only. Nullable.' + sectionGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + sections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.sourceType: + title: sourceType + enum: + - mailbox + - site + type: string + microsoft.graph.directoryObject: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: directoryObject + type: object + properties: + deletedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + additionalProperties: + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + microsoft.graph.assignedLabel: + title: assignedLabel + type: object + properties: + displayName: + type: string + description: The display name of the label. Read-only. + nullable: true + labelId: + type: string + description: The unique identifier of the label. + nullable: true + additionalProperties: + type: object + microsoft.graph.assignedLicense: + title: assignedLicense + type: object + properties: + disabledPlans: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + description: A collection of the unique identifiers for plans that have been disabled. + skuId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier for the SKU. + format: uuid + nullable: true + additionalProperties: + type: object + microsoft.graph.licenseProcessingState: + title: licenseProcessingState + type: object + properties: + state: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.onPremisesProvisioningError: + title: onPremisesProvisioningError + type: object + properties: + category: + type: string + description: 'Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property.' + nullable: true + occurredDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time at which the error occurred. + format: date-time + nullable: true + propertyCausingError: + type: string + description: 'Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress' + nullable: true + value: + type: string + description: Value of the property causing the error. + nullable: true + additionalProperties: + type: object + microsoft.graph.groupAccessType: + title: groupAccessType + enum: + - none + - private + - secret + - public + type: string + microsoft.graph.appRoleAssignment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: appRoleAssignment + type: object + properties: + appRoleId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create. Does not support $filter.' + format: uuid + creationTimestamp: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The time when the app role assignment was created.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Read-only. Does not support $filter.' + format: date-time + nullable: true + principalDisplayName: + type: string + description: 'The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith).' + nullable: true + principalId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: 'The unique identifier (id) for the user, group or service principal being granted the app role. Required on create. Does not support $filter.' + format: uuid + nullable: true + principalType: + type: string + description: 'The type of the assigned principal. This can either be ''User'', ''Group'' or ''ServicePrincipal''. Read-only. Does not support $filter.' + nullable: true + resourceDisplayName: + type: string + description: The display name of the resource app's service principal to which the assignment is made. Does not support $filter. + nullable: true + resourceId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). + format: uuid + nullable: true + additionalProperties: + type: object + microsoft.graph.endpoint: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: endpoint + type: object + properties: + capability: + type: string + description: 'Describes the capability that is associated with this resource. (e.g. Messages, Conversations, etc.) Not nullable. Read-only.' + providerId: + type: string + description: Application id of the publishing underlying service. Not nullable. Read-only. + nullable: true + providerName: + type: string + description: Name of the publishing underlying service. Read-only. + nullable: true + providerResourceId: + type: string + description: 'For Microsoft 365 groups, this is set to a well-known name for the resource (e.g. Yammer.FeedURL etc.). Not nullable. Read-only.' + nullable: true + uri: + type: string + description: URL of the published resource. Not nullable. Read-only. + additionalProperties: + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + microsoft.graph.resourceSpecificPermissionGrant: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: resourceSpecificPermissionGrant + type: object + properties: + clientAppId: + type: string + nullable: true + clientId: + type: string + nullable: true + permission: + type: string + nullable: true + permissionType: + type: string + nullable: true + resourceAppId: + type: string + nullable: true + additionalProperties: + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + microsoft.graph.directorySetting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: directorySetting + type: object + properties: + displayName: + type: string + nullable: true + templateId: + type: string + nullable: true + values: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.settingValue' + additionalProperties: + type: object + microsoft.graph.calendar: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: calendar + type: object + properties: + allowedOnlineMeetingProviders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' + description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' + calendarGroupId: + type: string + nullable: true + canEdit: + type: boolean + description: 'True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' + nullable: true + canShare: + type: boolean + description: 'True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' + nullable: true + canViewPrivateItems: + type: boolean + description: 'True if the user can read calendar items that have been marked private, false otherwise.' + nullable: true + changeKey: + type: string + description: 'Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.' + nullable: true + color: + $ref: '#/components/schemas/microsoft.graph.calendarColor' + defaultOnlineMeetingProvider: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' + hexColor: + type: string + nullable: true + isDefaultCalendar: + type: boolean + nullable: true + isRemovable: + type: boolean + description: Indicates whether this user calendar can be deleted from the user mailbox. + nullable: true + isShared: + type: boolean + nullable: true + isSharedWithMe: + type: boolean + nullable: true + isTallyingResponses: + type: boolean + description: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. + nullable: true + name: + type: string + description: The calendar name. + nullable: true + owner: + $ref: '#/components/schemas/microsoft.graph.emailAddress' + calendarPermissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' + description: The permissions of the users with whom the calendar is shared. + calendarView: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + description: The calendar view for the calendar. Navigation property. Read-only. + events: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + description: The events in the calendar. Navigation property. Read-only. + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable. + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the calendar. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.event: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: event + type: object + properties: + allowNewTimeProposals: + type: boolean + description: 'True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.' + nullable: true + attendees: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attendee' + description: The collection of attendees for the event. + body: + $ref: '#/components/schemas/microsoft.graph.itemBody' + bodyPreview: + type: string + description: The preview of the message associated with the event. It is in text format. + nullable: true + cancelledOccurrences: + type: array + items: + type: string + nullable: true + end: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + hasAttachments: + type: boolean + description: Set to true if the event has attachments. + nullable: true + hideAttendees: + type: boolean + nullable: true + importance: + $ref: '#/components/schemas/microsoft.graph.importance' + isAllDay: + type: boolean + description: Set to true if the event lasts all day. + nullable: true + isCancelled: + type: boolean + description: Set to true if the event has been canceled. + nullable: true + isDraft: + type: boolean + nullable: true + isOnlineMeeting: + type: boolean + description: 'True if this event has online meeting information, false otherwise. Default is false. Optional.' + nullable: true + isOrganizer: + type: boolean + description: Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). This also applies if a delegate organized the event on behalf of the owner. + nullable: true + isReminderOn: + type: boolean + description: Set to true if an alert is set to remind the user of the event. + nullable: true + location: + $ref: '#/components/schemas/microsoft.graph.location' + locations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.location' + description: 'The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value.' + occurrenceId: + type: string + nullable: true + onlineMeeting: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingInfo' + onlineMeetingProvider: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' + onlineMeetingUrl: + type: string + description: A URL for an online meeting. The property is set only when an organizer specifies an event as an online meeting such as a Skype meeting. Read-only. + nullable: true + organizer: + $ref: '#/components/schemas/microsoft.graph.recipient' + originalEndTimeZone: + type: string + description: The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook. + nullable: true + originalStart: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + originalStartTimeZone: + type: string + description: The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook. + nullable: true + recurrence: + $ref: '#/components/schemas/microsoft.graph.patternedRecurrence' + reminderMinutesBeforeStart: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of minutes before the event start time that the reminder alert occurs. + format: int32 + nullable: true + responseRequested: + type: boolean + description: 'Default is true, which represents the organizer would like an invitee to send a response to the event.' + nullable: true + responseStatus: + $ref: '#/components/schemas/microsoft.graph.responseStatus' + sensitivity: + $ref: '#/components/schemas/microsoft.graph.sensitivity' + seriesMasterId: + type: string + description: 'The ID for the recurring series master item, if this event is part of a recurring series.' + nullable: true + showAs: + $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' + start: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + subject: + type: string + description: The text of the event's subject line. + nullable: true + transactionId: + type: string + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.eventType' + uid: + type: string + nullable: true + webLink: + type: string + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can be accessed from within an iFrame.' + nullable: true + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attachment' + description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable. + calendar: + $ref: '#/components/schemas/microsoft.graph.calendar' + exceptionOccurrences: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the event. Read-only. Nullable. + instances: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + description: The instances of the event. Navigation property. Read-only. Nullable. + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the event. Read-only. Nullable. + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the event. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.conversation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conversation + type: object + properties: + hasAttachments: + type: boolean + description: Indicates whether any of the posts within this Conversation has at least one attachment. + lastDeliveredDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + preview: + type: string + description: A short summary from the body of the latest post in this converstaion. + topic: + type: string + description: 'The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.' + uniqueSenders: + type: array + items: + type: string + description: All the users that sent a message to this Conversation. + threads: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationThread' + description: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.profilePhoto: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: profilePhoto + type: object + properties: + height: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The height of the photo. Read-only. + format: int32 + nullable: true + width: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The width of the photo. Read-only. + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.conversationThread: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conversationThread + type: object + properties: + ccRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + description: 'The Cc: recipients for the thread.' + hasAttachments: + type: boolean + description: Indicates whether any of the posts within this thread has at least one attachment. + isLocked: + type: boolean + description: Indicates if the thread is locked. + lastDeliveredDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + preview: + type: string + description: A short summary from the body of the latest post in this conversation. + topic: + type: string + description: 'The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.' + toRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + description: 'The To: recipients for the thread.' + uniqueSenders: + type: array + items: + type: string + description: All the users that sent a message to this thread. + posts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.post' + description: Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.extension: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: extension + type: object + additionalProperties: + type: object + microsoft.graph.groupLifecyclePolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: groupLifecyclePolicy + type: object + properties: + alternateNotificationEmails: + type: string + description: List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon. + nullable: true + groupLifetimeInDays: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.' + format: int32 + nullable: true + managedGroupTypes: + type: string + description: 'The group type for which the expiration policy applies. Possible values are All, Selected or None.' + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerGroup + type: object + properties: + plans: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' + description: Read-only. Nullable. Returns the plannerPlans owned by the group. + additionalProperties: + type: object + microsoft.graph.team: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: team + type: object + properties: + classification: + type: string + description: An optional label. Typically describes the data or business sensitivity of the team. Must match one of a pre-configured set in the tenant's directory. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + description: + type: string + description: An optional description for the team. + nullable: true + discoverySettings: + $ref: '#/components/schemas/microsoft.graph.teamDiscoverySettings' + displayName: + type: string + description: The name of the team. + nullable: true + funSettings: + $ref: '#/components/schemas/microsoft.graph.teamFunSettings' + guestSettings: + $ref: '#/components/schemas/microsoft.graph.teamGuestSettings' + internalId: + type: string + description: A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API. + nullable: true + isArchived: + type: boolean + description: Whether this team is in read-only mode. + nullable: true + isMembershipLimitedToOwners: + type: boolean + nullable: true + memberSettings: + $ref: '#/components/schemas/microsoft.graph.teamMemberSettings' + messagingSettings: + $ref: '#/components/schemas/microsoft.graph.teamMessagingSettings' + specialization: + $ref: '#/components/schemas/microsoft.graph.teamSpecialization' + visibility: + $ref: '#/components/schemas/microsoft.graph.teamVisibilityType' + webUrl: + type: string + description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' + nullable: true + schedule: + $ref: '#/components/schemas/microsoft.graph.schedule' + channels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.channel' + description: The collection of channels & messages associated with the team. + group: + $ref: '#/components/schemas/microsoft.graph.group' + installedApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' + description: The apps installed in this team. + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + description: Members and owners of the team. + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' + description: The async operations that ran or are running on this team. + owners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.user' + photo: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' + primaryChannel: + $ref: '#/components/schemas/microsoft.graph.channel' + template: + $ref: '#/components/schemas/microsoft.graph.teamsTemplate' + additionalProperties: + type: object + odata.error: + required: + - error + type: object + properties: + error: + $ref: '#/components/schemas/odata.error.main' + additionalProperties: + type: object + microsoft.graph.identity: + title: identity + type: object + properties: + displayName: + type: string + description: 'The identity''s display name. Note that this may not always be available or up to date. For example, if a user changes their display name, the API may show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + nullable: true + id: + type: string + description: Unique identifier for the identity. + nullable: true + additionalProperties: + type: object + microsoft.graph.itemReference: + title: itemReference + type: object + properties: + driveId: + type: string + description: Unique identifier of the drive instance that contains the item. Read-only. + nullable: true + driveType: + type: string + description: 'Identifies the type of drive. See [drive][] resource for values.' + nullable: true + id: + type: string + description: Unique identifier of the item in the drive. Read-only. + nullable: true + name: + type: string + description: The name of the item being referenced. Read-only. + nullable: true + path: + type: string + description: Path that can be used to navigate to the item. Read-only. + nullable: true + shareId: + type: string + description: 'A unique identifier for a shared resource that can be accessed via the [Shares][] API.' + nullable: true + sharepointIds: + $ref: '#/components/schemas/microsoft.graph.sharepointIds' + siteId: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.user: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: user + type: object + properties: + signInActivity: + $ref: '#/components/schemas/microsoft.graph.signInActivity' + accountEnabled: + type: boolean + description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' + nullable: true + ageGroup: + type: string + description: 'Sets the age group of the user. Allowed values: null, minor, notAdult and adult. Refer to the legal age group property definitions for further information.' + nullable: true + assignedLicenses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedLicense' + description: The licenses that are assigned to the user. Not nullable. + assignedPlans: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.assignedPlan' + description: The plans that are assigned to the user. Read-only. Not nullable. + businessPhones: + type: array + items: + type: string + description: 'The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property.' + city: + type: string + description: The city in which the user is located. Supports $filter. + nullable: true + companyName: + type: string + description: The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length of the company name is 64 chararcters.Returned only on $select. + nullable: true + consentProvidedForMinor: + type: string + description: 'Sets whether consent has been obtained for minors. Allowed values: null, granted, denied and notRequired. Refer to the legal age group property definitions for further information.' + nullable: true + country: + type: string + description: 'The country/region in which the user is located; for example, ''US'' or ''UK''. Supports $filter.' + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The created date of the user object. + format: date-time + nullable: true + creationType: + type: string + description: 'Indicates whether the user account was created as a regular school or work account (null), an external account (Invitation), a local account for an Azure Active Directory B2C tenant (LocalAccount) or self-service sign-up using email verification (EmailVerified). Read-only.' + nullable: true + department: + type: string + description: The name for the department in which the user works. Supports $filter. + nullable: true + deviceKeys: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceKey' + displayName: + type: string + description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.' + nullable: true + employeeHireDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time when the user was hired or will start work in case of a future hire. Returned only on $select. Supports $filter. + format: date-time + nullable: true + employeeId: + type: string + description: The employee identifier assigned to the user by the organization. Returned only on $select. Supports $filter. + nullable: true + employeeOrgData: + $ref: '#/components/schemas/microsoft.graph.employeeOrgData' + employeeType: + type: string + description: 'Captures enterprise worker type: Employee, Contractor, Consultant, Vendor, etc. Returned only on $select. Supports $filter.' + nullable: true + externalUserState: + type: string + description: 'For an external user invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter with the supported values. For example: $filter=externalUserState eq ''PendingAcceptance''.' + nullable: true + externalUserStateChangeDateTime: + type: string + description: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. + nullable: true + faxNumber: + type: string + description: The fax number of the user. + nullable: true + givenName: + type: string + description: The given name (first name) of the user. Supports $filter. + nullable: true + identities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.objectIdentity' + description: 'Represents the identities that can be used to sign in to this user account. An identity can be provided by Microsoft (also known as a local account), by organizations, or by social identity providers such as Facebook, Google, and Microsoft, and tied to a user account. May contain multiple items with the same signInType value. Supports $filter.' + imAddresses: + type: array + items: + type: string + nullable: true + description: The instant message voice over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. + infoCatalogs: + type: array + items: + type: string + isResourceAccount: + type: boolean + description: Do not use – reserved for future use. + nullable: true + jobTitle: + type: string + description: The user's job title. Supports $filter. + nullable: true + lastPasswordChangeDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The time when this Azure AD user last changed their password. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + legalAgeGroupClassification: + type: string + description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, minorWithOutParentalConsent, minorWithParentalConsent, minorNoParentalConsentRequired, notAdult and adult. Refer to the legal age group property definitions for further information.)' + nullable: true + licenseAssignmentStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' + description: State of license assignments for this user. Read-only. + mail: + type: string + description: 'The SMTP address for the user, for example, ''jeff@contoso.onmicrosoft.com''. Supports $filter.' + nullable: true + mailNickname: + type: string + description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. + nullable: true + mobilePhone: + type: string + description: The primary cellular telephone number for the user. + nullable: true + officeLocation: + type: string + description: The office location in the user's place of business. + nullable: true + onPremisesDistinguishedName: + type: string + description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + nullable: true + onPremisesDomainName: + type: string + description: 'Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only.' + nullable: true + onPremisesExtensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' + onPremisesImmutableId: + type: string + description: 'This property is used to associate an on-premises Active Directory user account to their Azure AD user object. This property must be specified when creating a new user account in the Graph if you are using a federated domain for the user''s userPrincipalName (UPN) property. Important: The $ and _ characters cannot be used when specifying this property. Supports $filter.' + nullable: true + onPremisesLastSyncDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: ''2013-02-16T03:04:54Z''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Read-only.' + format: date-time + nullable: true + onPremisesProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' + description: Errors when using Microsoft synchronization product during provisioning. + onPremisesSamAccountName: + type: string + description: Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + nullable: true + onPremisesSecurityIdentifier: + type: string + description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. + nullable: true + onPremisesSyncEnabled: + type: boolean + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only + nullable: true + onPremisesUserPrincipalName: + type: string + description: Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect. Read-only. + nullable: true + otherMails: + type: array + items: + type: string + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Supports $filter.' + passwordPolicies: + type: string + description: 'Specifies password policies for the user. This value is an enumeration with one possible value being ''DisableStrongPassword'', which allows weaker passwords than the default policy to be specified. ''DisablePasswordExpiration'' can also be specified. The two may be specified together; for example: ''DisablePasswordExpiration, DisableStrongPassword''.' + nullable: true + passwordProfile: + $ref: '#/components/schemas/microsoft.graph.passwordProfile' + postalCode: + type: string + description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code.' + nullable: true + preferredDataLocation: + type: string + nullable: true + preferredLanguage: + type: string + description: The preferred language for the user. Should follow ISO 639-1 Code; for example 'en-US'. + nullable: true + provisionedPlans: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.provisionedPlan' + description: The plans that are provisioned for the user. Read-only. Not nullable. + proxyAddresses: + type: array + items: + type: string + description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''] The any operator is required for filter expressions on multi-valued properties. Read-only, Not nullable. Supports $filter.' + refreshTokensValidFromDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Returned only on $select. Read-only.' + format: date-time + nullable: true + showInAddressList: + type: boolean + description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' + nullable: true + signInSessionsValidFromDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications will get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application will need to acquire a new refresh token by making a request to the authorize endpoint. Read-only. Use revokeSignInSessions to reset.' + format: date-time + nullable: true + state: + type: string + description: The state or province in the user's address. Supports $filter. + nullable: true + streetAddress: + type: string + description: The street address of the user's place of business. + nullable: true + surname: + type: string + description: The user's surname (family name or last name). Supports $filter. + nullable: true + usageLocation: + type: string + description: 'A two letter country code (ISO standard 3166). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: ''US'', ''JP'', and ''GB''. Not nullable. Supports $filter.' + nullable: true + userPrincipalName: + type: string + description: 'The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user''s email name. The general format is alias@domain, where domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization. Supports $filter and $orderby.' + nullable: true + userType: + type: string + description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Supports $filter.' + nullable: true + mailboxSettings: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + deviceEnrollmentLimit: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. + format: int32 + aboutMe: + type: string + description: A freeform text entry field for the user to describe themselves. + nullable: true + birthday: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + hireDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned only on $select. Note: This property is specific to SharePoint Online. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.' + format: date-time + interests: + type: array + items: + type: string + nullable: true + description: A list for the user to describe their interests. + mySite: + type: string + description: The URL for the user's personal site. + nullable: true + pastProjects: + type: array + items: + type: string + nullable: true + description: A list for the user to enumerate their past projects. + preferredName: + type: string + description: The preferred name for the user. + nullable: true + responsibilities: + type: array + items: + type: string + nullable: true + description: A list for the user to enumerate their responsibilities. + schools: + type: array + items: + type: string + nullable: true + description: A list for the user to enumerate the schools they have attended. + skills: + type: array + items: + type: string + nullable: true + description: A list for the user to enumerate their skills. + analytics: + $ref: '#/components/schemas/microsoft.graph.userAnalytics' + informationProtection: + $ref: '#/components/schemas/microsoft.graph.informationProtection' + appRoleAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' + createdObjects: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Directory objects that were created by the user. Read-only. Nullable. + directReports: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. + licenseDetails: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.licenseDetails' + description: A collection of this user's license details. Read-only. + manager: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + memberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: The groups and directory roles that the user is a member of. Read-only. Nullable. + ownedDevices: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Devices that are owned by the user. Read-only. Nullable. + ownedObjects: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Directory objects that are owned by the user. Read-only. Nullable. + registeredDevices: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Devices that are registered for the user. Read-only. Nullable. + scopedRoleMemberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' + transitiveMemberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + calendar: + $ref: '#/components/schemas/microsoft.graph.calendar' + calendarGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' + description: The user's calendar groups. Read-only. Nullable. + calendars: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendar' + description: The user's calendars. Read-only. Nullable. + calendarView: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + description: The calendar view for the calendar. Read-only. Nullable. + contactFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contactFolder' + description: The user's contacts folders. Read-only. Nullable. + contacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contact' + description: The user's contacts. Read-only. Nullable. + events: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + inferenceClassification: + $ref: '#/components/schemas/microsoft.graph.inferenceClassification' + joinedGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.group' + mailFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailFolder' + description: The user's mail folders. Read-only. Nullable. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.message' + description: The messages in a mailbox or folder. Read-only. Nullable. + outlook: + $ref: '#/components/schemas/microsoft.graph.outlookUser' + people: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.person' + description: People that are relevant to the user. Read-only. Nullable. + photo: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' + photos: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' + drive: + $ref: '#/components/schemas/microsoft.graph.drive' + drives: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.drive' + description: A collection of drives available for this user. Read-only. + followedSites: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.site' + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the user. Read-only. Nullable. + appConsentRequestsForApproval: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConsentRequest' + approvals: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approval' + pendingAccessReviewInstances: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' + agreementAcceptances: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' + deviceEnrollmentConfigurations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' + managedDevices: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + description: The managed devices associated with the user. + managedAppRegistrations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' + description: Zero or more managed app registrations that belong to the user. + windowsInformationProtectionDeviceRegistrations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' + description: Zero or more WIP device registrations that belong to the user. + deviceManagementTroubleshootingEvents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + description: The list of troubleshooting events for this user. + mobileAppIntentAndStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppIntentAndState' + description: The list of troubleshooting events for this user. + mobileAppTroubleshootingEvents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' + description: The list of mobile app troubleshooting events for this user. + notifications: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.notification' + planner: + $ref: '#/components/schemas/microsoft.graph.plannerUser' + insights: + $ref: '#/components/schemas/microsoft.graph.itemInsights' + settings: + $ref: '#/components/schemas/microsoft.graph.userSettings' + onenote: + $ref: '#/components/schemas/microsoft.graph.onenote' + profile: + $ref: '#/components/schemas/microsoft.graph.profile' + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userActivity' + description: The user's activities across devices. Read-only. Nullable. + devices: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.device' + onlineMeetings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onlineMeeting' + presence: + $ref: '#/components/schemas/microsoft.graph.presence' + authentication: + $ref: '#/components/schemas/microsoft.graph.authentication' + chats: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chat' + joinedTeams: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.team' + teamwork: + $ref: '#/components/schemas/microsoft.graph.userTeamwork' + todo: + $ref: '#/components/schemas/microsoft.graph.todo' + additionalProperties: + type: object + description: Represents an Azure Active Directory user object. + microsoft.graph.itemActivityStat: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: itemActivityStat + type: object + properties: + access: + $ref: '#/components/schemas/microsoft.graph.itemActionStat' + create: + $ref: '#/components/schemas/microsoft.graph.itemActionStat' + delete: + $ref: '#/components/schemas/microsoft.graph.itemActionStat' + edit: + $ref: '#/components/schemas/microsoft.graph.itemActionStat' + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: When the interval ends. Read-only. + format: date-time + nullable: true + incompleteData: + $ref: '#/components/schemas/microsoft.graph.incompleteData' + isTrending: + type: boolean + description: Indicates whether the item is 'trending.' Read-only. + nullable: true + move: + $ref: '#/components/schemas/microsoft.graph.itemActionStat' + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: When the interval starts. Read-only. + format: date-time + nullable: true + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivity' + description: Exposes the itemActivities represented in this itemActivityStat resource. + additionalProperties: + type: object + microsoft.graph.booleanColumn: + title: booleanColumn + type: object + additionalProperties: + type: object + microsoft.graph.calculatedColumn: + title: calculatedColumn + type: object + properties: + format: + type: string + description: 'For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.' + nullable: true + formula: + type: string + description: The formula used to compute the value for this column. + nullable: true + outputType: + type: string + description: 'The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.' + nullable: true + additionalProperties: + type: object + microsoft.graph.choiceColumn: + title: choiceColumn + type: object + properties: + allowTextEntry: + type: boolean + description: 'If true, allows custom values that aren''t in the configured choices.' + nullable: true + choices: + type: array + items: + type: string + nullable: true + description: The list of values available for this column. + displayAs: + type: string + description: 'How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons' + nullable: true + additionalProperties: + type: object + microsoft.graph.currencyColumn: + title: currencyColumn + type: object + properties: + locale: + type: string + description: Specifies the locale from which to infer the currency symbol. + nullable: true + additionalProperties: + type: object + microsoft.graph.dateTimeColumn: + title: dateTimeColumn + type: object + properties: + displayAs: + type: string + description: 'How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default.' + nullable: true + format: + type: string + description: Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime + nullable: true + additionalProperties: + type: object + microsoft.graph.defaultColumnValue: + title: defaultColumnValue + type: object + properties: + formula: + type: string + description: The formula used to compute the default value for this column. + nullable: true + value: + type: string + description: The direct value to use as the default value for this column. + nullable: true + additionalProperties: + type: object + microsoft.graph.geolocationColumn: + title: geolocationColumn + type: object + additionalProperties: + type: object + microsoft.graph.lookupColumn: + title: lookupColumn + type: object + properties: + allowMultipleValues: + type: boolean + description: Indicates whether multiple values can be selected from the source. + nullable: true + allowUnlimitedLength: + type: boolean + description: Indicates whether values in the column should be able to exceed the standard limit of 255 characters. + nullable: true + columnName: + type: string + description: The name of the lookup source column. + nullable: true + listId: + type: string + description: The unique identifier of the lookup source list. + nullable: true + primaryLookupColumnId: + type: string + description: 'If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.' + nullable: true + additionalProperties: + type: object + microsoft.graph.numberColumn: + title: numberColumn + type: object + properties: + decimalPlaces: + type: string + description: How many decimal places to display. See below for information about the possible values. + nullable: true + displayAs: + type: string + description: 'How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.' + nullable: true + maximum: + type: number + description: The maximum permitted value. + format: double + nullable: true + minimum: + type: number + description: The minimum permitted value. + format: double + nullable: true + additionalProperties: + type: object + microsoft.graph.personOrGroupColumn: + title: personOrGroupColumn + type: object + properties: + allowMultipleSelection: + type: boolean + description: Indicates whether multiple values can be selected from the source. + nullable: true + chooseFromType: + type: string + description: 'Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.' + nullable: true + displayAs: + type: string + description: How to display the information about the person or group chosen. See below. + nullable: true + additionalProperties: + type: object + microsoft.graph.textColumn: + title: textColumn + type: object + properties: + allowMultipleLines: + type: boolean + description: Whether to allow multiple lines of text. + nullable: true + appendChangesToExistingText: + type: boolean + description: 'Whether updates to this column should replace existing text, or append to it.' + nullable: true + linesForEditing: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The size of the text box. + format: int32 + nullable: true + maxLength: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The maximum number of characters for the value. + format: int32 + nullable: true + textType: + type: string + description: The type of text being stored. Must be one of plain or richText + nullable: true + additionalProperties: + type: object + microsoft.graph.contentTypeOrder: + title: contentTypeOrder + type: object + properties: + default: + type: boolean + description: Whether this is the default Content Type + nullable: true + position: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Specifies the position in which the Content Type appears in the selection UI. + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.columnLink: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: columnLink + type: object + properties: + name: + type: string + description: The name of the column in this content type. + nullable: true + additionalProperties: + type: object + microsoft.graph.quota: + title: quota + type: object + properties: + deleted: + type: integer + description: 'Total space consumed by files in the recycle bin, in bytes. Read-only.' + format: int64 + nullable: true + remaining: + type: integer + description: 'Total space remaining before reaching the quota limit, in bytes. Read-only.' + format: int64 + nullable: true + state: + type: string + description: Enumeration value that indicates the state of the storage space. Read-only. + nullable: true + storagePlanInformation: + $ref: '#/components/schemas/microsoft.graph.storagePlanInformation' + total: + type: integer + description: 'Total allowed storage space, in bytes. Read-only.' + format: int64 + nullable: true + used: + type: integer + description: 'Total space used, in bytes. Read-only.' + format: int64 + nullable: true + additionalProperties: + type: object + microsoft.graph.systemFacet: + title: systemFacet + type: object + additionalProperties: + type: object + microsoft.graph.itemActivityOLD: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: itemActivityOLD + type: object + properties: + action: + $ref: '#/components/schemas/microsoft.graph.itemActionSet' + actor: + $ref: '#/components/schemas/microsoft.graph.identitySet' + times: + $ref: '#/components/schemas/microsoft.graph.itemActivityTimeSet' + driveItem: + $ref: '#/components/schemas/microsoft.graph.driveItem' + listItem: + $ref: '#/components/schemas/microsoft.graph.listItem' + additionalProperties: + type: object + microsoft.graph.driveItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItem' + - title: driveItem + type: object + properties: + audio: + $ref: '#/components/schemas/microsoft.graph.audio' + bundle: + $ref: '#/components/schemas/microsoft.graph.bundle' + content: + type: string + description: 'The content stream, if the item represents a file.' + format: base64url + nullable: true + cTag: + type: string + description: An eTag for the content of the item. This eTag is not changed if only the metadata is changed. Note This property is not returned if the item is a folder. Read-only. + nullable: true + deleted: + $ref: '#/components/schemas/microsoft.graph.deleted' + file: + $ref: '#/components/schemas/microsoft.graph.file' + fileSystemInfo: + $ref: '#/components/schemas/microsoft.graph.fileSystemInfo' + folder: + $ref: '#/components/schemas/microsoft.graph.folder' + image: + $ref: '#/components/schemas/microsoft.graph.image' + location: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + package: + $ref: '#/components/schemas/microsoft.graph.package' + pendingOperations: + $ref: '#/components/schemas/microsoft.graph.pendingOperations' + photo: + $ref: '#/components/schemas/microsoft.graph.photo' + publication: + $ref: '#/components/schemas/microsoft.graph.publicationFacet' + remoteItem: + $ref: '#/components/schemas/microsoft.graph.remoteItem' + root: + $ref: '#/components/schemas/microsoft.graph.root' + searchResult: + $ref: '#/components/schemas/microsoft.graph.searchResult' + shared: + $ref: '#/components/schemas/microsoft.graph.shared' + sharepointIds: + $ref: '#/components/schemas/microsoft.graph.sharepointIds' + size: + type: integer + description: Size of the item in bytes. Read-only. + format: int64 + nullable: true + specialFolder: + $ref: '#/components/schemas/microsoft.graph.specialFolder' + video: + $ref: '#/components/schemas/microsoft.graph.video' + webDavUrl: + type: string + description: WebDAV compatible URL for the item. + nullable: true + workbook: + $ref: '#/components/schemas/microsoft.graph.workbook' + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + description: The list of recent activities that took place on this item. + analytics: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + children: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveItem' + description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. + listItem: + $ref: '#/components/schemas/microsoft.graph.listItem' + permissions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.permission' + description: The set of permissions for the item. Read-only. Nullable. + subscriptions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.subscription' + description: The set of subscriptions on the item. Only supported on the root of a drive. + thumbnails: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' + description: 'Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable.' + versions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + description: 'The list of previous versions of the item. For more info, see [getting previous versions][]. Read-only. Nullable.' + additionalProperties: + type: object + microsoft.graph.listInfo: + title: listInfo + type: object + properties: + contentTypesEnabled: + type: boolean + description: 'If true, indicates that content types are enabled for this list.' + nullable: true + hidden: + type: boolean + description: 'If true, indicates that the list is not normally visible in the SharePoint user experience.' + nullable: true + template: + type: string + description: 'An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.' + nullable: true + additionalProperties: + type: object + microsoft.graph.listItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItem' + - title: listItem + type: object + properties: + contentType: + $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' + sharepointIds: + $ref: '#/components/schemas/microsoft.graph.sharepointIds' + activities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + description: The list of recent activities that took place on this item. + analytics: + $ref: '#/components/schemas/microsoft.graph.itemAnalytics' + driveItem: + $ref: '#/components/schemas/microsoft.graph.driveItem' + fields: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + versions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' + description: The list of previous versions of the list item. + additionalProperties: + type: object + microsoft.graph.subscription: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: subscription + type: object + properties: + applicationId: + type: string + description: Identifier of the application used to create the subscription. Read-only. + nullable: true + changeType: + type: string + description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.' + clientState: + type: string + description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. + nullable: true + creatorId: + type: string + description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.' + nullable: true + encryptionCertificate: + type: string + description: A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional. Required when includeResourceData is true. + nullable: true + encryptionCertificateId: + type: string + description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. + nullable: true + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.' + format: date-time + includeProperties: + type: boolean + nullable: true + includeResourceData: + type: boolean + description: 'When set to true, change notifications include resource data (such as content of a chat message). Optional.' + nullable: true + latestSupportedTlsVersion: + type: string + description: 'Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.' + nullable: true + lifecycleNotificationUrl: + type: string + description: 'The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved and missed notifications. This URL must make use of the HTTPS protocol. Optional. Read more about how Outlook resources use lifecycle notifications.' + nullable: true + notificationUrl: + type: string + description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol. + resource: + type: string + description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. + additionalProperties: + type: object + microsoft.graph.contentTypeInfo: + title: contentTypeInfo + type: object + properties: + id: + type: string + description: The id of the content type. + nullable: true + name: + type: string + description: The name of the content type. + nullable: true + additionalProperties: + type: object + microsoft.graph.publicationFacet: + title: publicationFacet + type: object + properties: + level: + type: string + description: The state of publication for this document. Either published or checkout. Read-only. + nullable: true + versionId: + type: string + description: The unique identifier for the version that is visible to the current caller. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.webPart: + title: webPart + type: object + properties: + data: + $ref: '#/components/schemas/microsoft.graph.sitePageData' + type: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.notebook: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' + - title: notebook + type: object + properties: + isDefault: + type: boolean + description: Indicates whether this is the user's default notebook. Read-only. + nullable: true + isShared: + type: boolean + description: 'Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.' + nullable: true + links: + $ref: '#/components/schemas/microsoft.graph.notebookLinks' + sectionGroupsUrl: + type: string + description: 'The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.' + nullable: true + sectionsUrl: + type: string + description: 'The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.' + nullable: true + userRole: + $ref: '#/components/schemas/microsoft.graph.onenoteUserRole' + sectionGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + description: The section groups in the notebook. Read-only. Nullable. + sections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + description: The sections in the notebook. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.onenoteOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.operation' + - title: onenoteOperation + type: object + properties: + error: + $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' + percentComplete: + type: string + description: The operation percent complete if the operation is still in running status + nullable: true + resourceId: + type: string + description: The resource id. + nullable: true + resourceLocation: + type: string + description: 'The resource URI for the object. For example, the resource URI for a copied page or section.' + nullable: true + additionalProperties: + type: object + microsoft.graph.onenotePage: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' + - title: onenotePage + type: object + properties: + content: + type: string + description: The page's HTML content. + format: base64url + nullable: true + contentUrl: + type: string + description: The URL for the page's HTML content. Read-only. + nullable: true + createdByAppId: + type: string + description: The unique identifier of the application that created the page. Read-only. + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Read-only.' + format: date-time + nullable: true + level: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The indentation level of the page. Read-only. + format: int32 + nullable: true + links: + $ref: '#/components/schemas/microsoft.graph.pageLinks' + order: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The order of the page within its parent section. Read-only. + format: int32 + nullable: true + title: + type: string + description: The title of the page. + nullable: true + userTags: + type: array + items: + type: string + nullable: true + parentNotebook: + $ref: '#/components/schemas/microsoft.graph.notebook' + parentSection: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + additionalProperties: + type: object + microsoft.graph.onenoteResource: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteEntityBaseModel' + - title: onenoteResource + type: object + properties: + content: + type: string + description: The content stream + format: base64url + nullable: true + contentUrl: + type: string + description: The URL for downloading the content + nullable: true + additionalProperties: + type: object + microsoft.graph.sectionGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' + - title: sectionGroup + type: object + properties: + sectionGroupsUrl: + type: string + description: 'The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.' + nullable: true + sectionsUrl: + type: string + description: 'The URL for the sections navigation property, which returns all the sections in the section group. Read-only.' + nullable: true + parentNotebook: + $ref: '#/components/schemas/microsoft.graph.notebook' + parentSectionGroup: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + sectionGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + description: The section groups in the section. Read-only. Nullable. + sections: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' + description: The sections in the section group. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.onenoteSection: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' + - title: onenoteSection + type: object + properties: + isDefault: + type: boolean + description: Indicates whether this is the user's default section. Read-only. + nullable: true + links: + $ref: '#/components/schemas/microsoft.graph.sectionLinks' + pagesUrl: + type: string + description: The pages endpoint where you can get details for all the pages in the section. Read-only. + nullable: true + pages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.onenotePage' + description: The collection of pages in the section. Read-only. Nullable. + parentNotebook: + $ref: '#/components/schemas/microsoft.graph.notebook' + parentSectionGroup: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' + additionalProperties: + type: object + microsoft.graph.settingValue: + title: settingValue + type: object + properties: + name: + type: string + description: Name of the setting (as defined by the groupSettingTemplate). + nullable: true + value: + type: string + description: Value of the setting. + nullable: true + additionalProperties: + type: object + microsoft.graph.onlineMeetingProviderType: + title: onlineMeetingProviderType + enum: + - unknown + - skypeForBusiness + - skypeForConsumer + - teamsForBusiness + type: string + microsoft.graph.calendarColor: + title: calendarColor + enum: + - lightBlue + - lightGreen + - auto + - lightOrange + - lightGray + - lightYellow + - lightTeal + - lightPink + - lightBrown + - lightRed + - maxColor + type: string + microsoft.graph.emailAddress: + title: emailAddress + type: object + properties: + address: + type: string + description: The email address of the person or entity. + nullable: true + name: + type: string + description: The display name of the person or entity. + nullable: true + additionalProperties: + type: object + microsoft.graph.calendarPermission: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: calendarPermission + type: object + properties: + allowedRoles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendarRoleType' + description: 'List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' + emailAddress: + $ref: '#/components/schemas/microsoft.graph.emailAddress' + isInsideOrganization: + type: boolean + description: True if the user in context (sharee or delegate) is inside the same organization as the calendar owner. + nullable: true + isRemovable: + type: boolean + description: 'True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise. The ''My organization'' user determines the permissions other people within your organization have to the given calendar. You cannot remove ''My organization'' as a sharee to a calendar.' + nullable: true + role: + $ref: '#/components/schemas/microsoft.graph.calendarRoleType' + additionalProperties: + type: object + microsoft.graph.multiValueLegacyExtendedProperty: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: multiValueLegacyExtendedProperty + type: object + properties: + value: + type: array + items: + type: string + nullable: true + description: A collection of property values. + additionalProperties: + type: object + microsoft.graph.singleValueLegacyExtendedProperty: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: singleValueLegacyExtendedProperty + type: object + properties: + value: + type: string + description: A property value. + nullable: true + additionalProperties: + type: object + microsoft.graph.outlookItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: outlookItem + type: object + properties: + categories: + type: array + items: + type: string + nullable: true + description: The categories associated with the item + changeKey: + type: string + description: 'Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.' + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.attendee: + allOf: + - $ref: '#/components/schemas/microsoft.graph.attendeeBase' + - title: attendee + type: object + properties: + proposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + status: + $ref: '#/components/schemas/microsoft.graph.responseStatus' + additionalProperties: + type: object + microsoft.graph.itemBody: + title: itemBody + type: object + properties: + content: + type: string + description: The content of the item. + nullable: true + contentType: + $ref: '#/components/schemas/microsoft.graph.bodyType' + additionalProperties: + type: object + microsoft.graph.dateTimeTimeZone: + title: dateTimeTimeZone + type: object + properties: + dateTime: + type: string + description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + timeZone: + type: string + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + nullable: true + additionalProperties: + type: object + microsoft.graph.importance: + title: importance + enum: + - low + - normal + - high + type: string + microsoft.graph.location: + title: location + type: object + properties: + address: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + coordinates: + $ref: '#/components/schemas/microsoft.graph.outlookGeoCoordinates' + displayName: + type: string + description: The name associated with the location. + nullable: true + locationEmailAddress: + type: string + description: Optional email address of the location. + nullable: true + locationType: + $ref: '#/components/schemas/microsoft.graph.locationType' + locationUri: + type: string + description: Optional URI representing the location. + nullable: true + uniqueId: + type: string + description: For internal use only. + nullable: true + uniqueIdType: + $ref: '#/components/schemas/microsoft.graph.locationUniqueIdType' + additionalProperties: + type: object + microsoft.graph.onlineMeetingInfo: + title: onlineMeetingInfo + type: object + properties: + conferenceId: + type: string + description: The ID of the conference. + nullable: true + joinUrl: + type: string + description: The external link that launches the online meeting. This is a URL that clients will launch into a browser and will redirect the user to join the meeting. + nullable: true + phones: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.phone' + description: All of the phone numbers associated with this conference. + quickDial: + type: string + description: The pre-formatted quickdial for this call. + nullable: true + tollFreeNumbers: + type: array + items: + type: string + nullable: true + description: The toll free numbers that can be used to join the conference. + tollNumber: + type: string + description: The toll number that can be used to join the conference. + nullable: true + additionalProperties: + type: object + microsoft.graph.recipient: + title: recipient + type: object + properties: + emailAddress: + $ref: '#/components/schemas/microsoft.graph.emailAddress' + additionalProperties: + type: object + microsoft.graph.patternedRecurrence: + title: patternedRecurrence + type: object + properties: + pattern: + $ref: '#/components/schemas/microsoft.graph.recurrencePattern' + range: + $ref: '#/components/schemas/microsoft.graph.recurrenceRange' + additionalProperties: + type: object + microsoft.graph.responseStatus: + title: responseStatus + type: object + properties: + response: + $ref: '#/components/schemas/microsoft.graph.responseType' + time: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.sensitivity: + title: sensitivity + enum: + - normal + - personal + - private + - confidential + type: string + microsoft.graph.freeBusyStatus: + title: freeBusyStatus + enum: + - free + - tentative + - unknown + - busy + - oof + - workingElsewhere + type: string + microsoft.graph.eventType: + title: eventType + enum: + - singleInstance + - occurrence + - exception + - seriesMaster + type: string + microsoft.graph.attachment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: attachment + type: object + properties: + contentType: + type: string + description: The MIME type. + nullable: true + isInline: + type: boolean + description: 'true if the attachment is an inline attachment; otherwise, false.' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + name: + type: string + description: The attachment's file name. + nullable: true + size: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The length of the attachment in bytes. + format: int32 + additionalProperties: + type: object + microsoft.graph.post: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: post + type: object + properties: + body: + $ref: '#/components/schemas/microsoft.graph.itemBody' + conversationId: + type: string + description: Unique ID of the conversation. Read-only. + nullable: true + conversationThreadId: + type: string + description: Unique ID of the conversation thread. Read-only. + nullable: true + from: + $ref: '#/components/schemas/microsoft.graph.recipient' + hasAttachments: + type: boolean + description: Indicates whether the post has at least one attachment. This is a default property. + importance: + $ref: '#/components/schemas/microsoft.graph.importance' + newParticipants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + description: Conversation participants that were added to the thread as part of this post. + receivedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + sender: + $ref: '#/components/schemas/microsoft.graph.recipient' + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attachment' + description: Read-only. Nullable. + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the post. Read-only. Nullable. + inReplyTo: + $ref: '#/components/schemas/microsoft.graph.post' + mentions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mention' + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the post. Read-only. Nullable. + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the post. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.plannerPlan: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerPlan + type: object + properties: + contexts: + $ref: '#/components/schemas/microsoft.graph.plannerPlanContextCollection' + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + owner: + type: string + description: 'ID of the Group that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated.' + nullable: true + title: + type: string + description: Required. Title of the plan. + buckets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerBucket' + description: Read-only. Nullable. Collection of buckets in the plan. + details: + $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Collection of tasks in the plan. + additionalProperties: + type: object + microsoft.graph.teamDiscoverySettings: + title: teamDiscoverySettings + type: object + properties: + showInTeamsSearchAndSuggestions: + type: boolean + nullable: true + additionalProperties: + type: object + microsoft.graph.teamFunSettings: + title: teamFunSettings + type: object + properties: + allowCustomMemes: + type: boolean + description: 'If set to true, enables users to include custom memes.' + nullable: true + allowGiphy: + type: boolean + description: 'If set to true, enables Giphy use.' + nullable: true + allowStickersAndMemes: + type: boolean + description: 'If set to true, enables users to include stickers and memes.' + nullable: true + giphyContentRating: + $ref: '#/components/schemas/microsoft.graph.giphyRatingType' + additionalProperties: + type: object + microsoft.graph.teamGuestSettings: + title: teamGuestSettings + type: object + properties: + allowCreateUpdateChannels: + type: boolean + description: 'If set to true, guests can add and update channels.' + nullable: true + allowDeleteChannels: + type: boolean + description: 'If set to true, guests can delete channels.' + nullable: true + additionalProperties: + type: object + microsoft.graph.teamMemberSettings: + title: teamMemberSettings + type: object + properties: + allowAddRemoveApps: + type: boolean + description: 'If set to true, members can add and remove apps.' + nullable: true + allowCreatePrivateChannels: + type: boolean + description: 'If set to true, members can add and update private channels.' + nullable: true + allowCreateUpdateChannels: + type: boolean + description: 'If set to true, members can add and update channels.' + nullable: true + allowCreateUpdateRemoveConnectors: + type: boolean + description: 'If set to true, members can add, update, and remove connectors.' + nullable: true + allowCreateUpdateRemoveTabs: + type: boolean + description: 'If set to true, members can add, update, and remove tabs.' + nullable: true + allowDeleteChannels: + type: boolean + description: 'If set to true, members can delete channels.' + nullable: true + additionalProperties: + type: object + microsoft.graph.teamMessagingSettings: + title: teamMessagingSettings + type: object + properties: + allowChannelMentions: + type: boolean + description: 'If set to true, @channel mentions are allowed.' + nullable: true + allowOwnerDeleteMessages: + type: boolean + description: 'If set to true, owners can delete any message.' + nullable: true + allowTeamMentions: + type: boolean + description: 'If set to true, @team mentions are allowed.' + nullable: true + allowUserDeleteMessages: + type: boolean + description: 'If set to true, users can delete their messages.' + nullable: true + allowUserEditMessages: + type: boolean + description: 'If set to true, users can edit their messages.' + nullable: true + additionalProperties: + type: object + microsoft.graph.teamSpecialization: + title: teamSpecialization + enum: + - none + - educationStandard + - educationClass + - educationProfessionalLearningCommunity + - educationStaff + - healthcareStandard + - healthcareCareCoordination + - unknownFutureValue + type: string + microsoft.graph.teamVisibilityType: + title: teamVisibilityType + enum: + - private + - public + - hiddenMembership + - unknownFutureValue + type: string + microsoft.graph.schedule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: schedule + type: object + properties: + enabled: + type: boolean + description: Indicates whether the schedule is enabled for the team. Required. + nullable: true + offerShiftRequestsEnabled: + type: boolean + description: Indicates whether offer shift requests are enabled for the schedule. + nullable: true + openShiftsEnabled: + type: boolean + description: Indicates whether open shifts are enabled for the schedule. + nullable: true + provisionStatus: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + provisionStatusCode: + type: string + description: Additional information about why schedule provisioning failed. + nullable: true + swapShiftsRequestsEnabled: + type: boolean + description: Indicates whether swap shifts requests are enabled for the schedule. + nullable: true + timeClockEnabled: + type: boolean + description: Indicates whether time clock is enabled for the schedule. + nullable: true + timeClockSettings: + $ref: '#/components/schemas/microsoft.graph.timeClockSettings' + timeOffRequestsEnabled: + type: boolean + description: Indicates whether time off requests are enabled for the schedule. + nullable: true + timeZone: + type: string + description: Indicates the time zone of the schedule team using tz database format. Required. + nullable: true + workforceIntegrationIds: + type: array + items: + type: string + nullable: true + offerShiftRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + openShiftChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + openShifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.openShift' + schedulingGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + description: The logical grouping of users in the schedule (usually by role). + shifts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shift' + description: The shifts in the schedule. + swapShiftsChangeRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + timeCards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCard' + timeOffReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' + description: The set of reasons for a time off in the schedule. + timeOffRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + timesOff: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeOff' + description: The instances of times off in the schedule. + additionalProperties: + type: object + microsoft.graph.channel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: channel + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Read only. Timestamp at which the channel was created. + format: date-time + nullable: true + description: + type: string + description: Optional textual description for the channel. + nullable: true + displayName: + type: string + description: Channel name as it will appear to the user in Microsoft Teams. + email: + type: string + description: The email address for sending messages to the channel. Read-only. + nullable: true + isFavoriteByDefault: + type: boolean + description: 'Indicates whether the channel should automatically be marked ''favorite'' for all members of the team. Can only be set programmatically with Create team. Default: false.' + nullable: true + membershipType: + $ref: '#/components/schemas/microsoft.graph.channelMembershipType' + moderationSettings: + $ref: '#/components/schemas/microsoft.graph.channelModerationSettings' + webUrl: + type: string + description: 'A hyperlink that will go to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only.' + nullable: true + filesFolder: + $ref: '#/components/schemas/microsoft.graph.driveItem' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + description: A collection of all the messages in the channel. A navigation property. Nullable. + tabs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsTab' + description: A collection of all the tabs in the channel. A navigation property. + additionalProperties: + type: object + microsoft.graph.teamsAppInstallation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppInstallation + type: object + properties: + teamsApp: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + teamsAppDefinition: + $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + additionalProperties: + type: object + microsoft.graph.conversationMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conversationMember + type: object + properties: + displayName: + type: string + description: The display name of the user. + nullable: true + roles: + type: array + items: + type: string + nullable: true + description: The roles for that user. + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAsyncOperation + type: object + properties: + attemptsCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Number of times the operation was attempted before being marked successful or failed. + format: int32 + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Time when the operation was created. + format: date-time + error: + $ref: '#/components/schemas/microsoft.graph.operationError' + lastActionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Time when the async operation was last updated. + format: date-time + operationType: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperationType' + status: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperationStatus' + targetResourceId: + type: string + description: 'The ID of the object that''s created or modified as result of this async operation, typically a team.' + nullable: true + targetResourceLocation: + type: string + description: The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsTemplate: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsTemplate + type: object + additionalProperties: + type: object + odata.error.main: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + target: + type: string + details: + type: array + items: + $ref: '#/components/schemas/odata.error.detail' + innererror: + type: object + additionalProperties: + type: object + description: The structure of this object is service-specific + additionalProperties: + type: object + microsoft.graph.signInActivity: + title: signInActivity + type: object + properties: + lastSignInDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + lastSignInRequestId: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.assignedPlan: + title: assignedPlan + type: object + properties: + assignedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + capabilityStatus: + type: string + description: 'For example, ''Enabled''.' + nullable: true + service: + type: string + description: 'The name of the service; for example, ''Exchange''.' + nullable: true + servicePlanId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: A GUID that identifies the service plan. + format: uuid + nullable: true + additionalProperties: + type: object + microsoft.graph.deviceKey: + title: deviceKey + type: object + properties: + deviceId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + nullable: true + keyMaterial: + type: string + format: base64url + nullable: true + keyType: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.employeeOrgData: + title: employeeOrgData + type: object + properties: + costCenter: + type: string + description: The cost center associated with the user. Returned only on $select. Supports $filter. + nullable: true + division: + type: string + description: The name of the division in which the user works. Returned only on $select. Supports $filter. + nullable: true + additionalProperties: + type: object + microsoft.graph.objectIdentity: + title: objectIdentity + type: object + properties: + issuer: + type: string + description: 'Specifies the issuer of the identity, for example facebook.com.For local accounts (where signInType is not federated), this property is the local B2C tenant default domain name, for example contoso.onmicrosoft.com.For external users from other Azure AD organization, this will be the domain of the federated organization, for example contoso.com.Supports $filter. 512 character limit.' + nullable: true + issuerAssignedId: + type: string + description: 'Specifies the unique identifier assigned to the user by the issuer. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress, (or starts with emailAddress like emailAddress1) issuerAssignedId must be a valid email addressuserName, issuerAssignedId must be a valid local part of an email addressSupports $filter. 512 character limit.' + nullable: true + signInType: + type: string + description: 'Specifies the user sign-in types in your directory, such as emailAddress, userName or federated. Here, federated represents a unique identifier for a user from an issuer, that can be in any format chosen by the issuer. Additional validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string.' + nullable: true + additionalProperties: + type: object + microsoft.graph.licenseAssignmentState: + title: licenseAssignmentState + type: object + properties: + assignedByGroup: + type: string + nullable: true + disabledPlans: + type: array + items: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + nullable: true + error: + type: string + nullable: true + skuId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + nullable: true + state: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.onPremisesExtensionAttributes: + title: onPremisesExtensionAttributes + 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 + additionalProperties: + type: object + microsoft.graph.passwordProfile: + title: passwordProfile + type: object + properties: + forceChangePasswordNextSignIn: + type: boolean + description: true if the user must change her password on the next login; otherwise false. + nullable: true + forceChangePasswordNextSignInWithMfa: + type: boolean + description: 'If true, at next sign-in, the user must perform a multi-factor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multi-factor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false.' + nullable: true + password: + type: string + description: 'The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next login. The password must satisfy minimum requirements as specified by the user’s passwordPolicies property. By default, a strong password is required.' + nullable: true + additionalProperties: + type: object + microsoft.graph.provisionedPlan: + title: provisionedPlan + type: object + properties: + capabilityStatus: + type: string + description: 'For example, ''Enabled''.' + nullable: true + provisioningStatus: + type: string + description: 'For example, ''Success''.' + nullable: true + service: + type: string + description: 'The name of the service; for example, ''AccessControlS2S''' + nullable: true + additionalProperties: + type: object + microsoft.graph.mailboxSettings: + title: mailboxSettings + type: object + properties: + archiveFolder: + type: string + description: Folder ID of an archive folder for the user. + nullable: true + automaticRepliesSetting: + $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' + dateFormat: + type: string + description: The date format for the user's mailbox. + nullable: true + delegateMeetingMessageDeliveryOptions: + $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' + language: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + timeFormat: + type: string + description: The time format for the user's mailbox. + nullable: true + timeZone: + type: string + description: The default time zone for the user's mailbox. + nullable: true + userPurpose: + $ref: '#/components/schemas/microsoft.graph.userPurpose' + userPurposeV2: + $ref: '#/components/schemas/microsoft.graph.mailboxRecipientType' + workingHours: + $ref: '#/components/schemas/microsoft.graph.workingHours' + additionalProperties: + type: object + microsoft.graph.userAnalytics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userAnalytics + type: object + properties: + settings: + $ref: '#/components/schemas/microsoft.graph.settings' + activityStatistics: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.activityStatistics' + additionalProperties: + type: object + microsoft.graph.informationProtection: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: informationProtection + type: object + properties: + policy: + $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' + dataLossPreventionPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' + sensitivityLabels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + sensitivityPolicySettings: + $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' + threatAssessmentRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' + additionalProperties: + type: object + microsoft.graph.licenseDetails: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: licenseDetails + type: object + properties: + servicePlans: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.servicePlanInfo' + description: 'Information about the service plans assigned with the license. Read-only, Not nullable' + skuId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related SubscribedSku object. Read-only + format: uuid + nullable: true + skuPartNumber: + type: string + description: 'Unique SKU display name. Equal to the skuPartNumber on the related SubscribedSku object; for example: ''AAD_Premium''. Read-only' + nullable: true + additionalProperties: + type: object + microsoft.graph.scopedRoleMembership: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: scopedRoleMembership + type: object + properties: + administrativeUnitId: + type: string + description: Unique identifier for the administrative unit that the directory role is scoped to + roleId: + type: string + description: Unique identifier for the directory role that the member is in. + roleMemberInfo: + $ref: '#/components/schemas/microsoft.graph.identity' + additionalProperties: + type: object + microsoft.graph.calendarGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: calendarGroup + type: object + properties: + changeKey: + type: string + description: 'Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.' + nullable: true + classId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The class identifier. Read-only. + format: uuid + nullable: true + name: + type: string + description: The group name. + nullable: true + calendars: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.calendar' + description: The calendars in the calendar group. Navigation property. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.contactFolder: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: contactFolder + type: object + properties: + displayName: + type: string + description: The folder's display name. + nullable: true + parentFolderId: + type: string + description: The ID of the folder's parent folder. + nullable: true + wellKnownName: + type: string + nullable: true + childFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contactFolder' + description: The collection of child folders in the folder. Navigation property. Read-only. Nullable. + contacts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.contact' + description: The contacts in the folder. Navigation property. Read-only. Nullable. + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable. + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.contact: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: contact + type: object + properties: + assistantName: + type: string + description: The name of the contact's assistant. + nullable: true + birthday: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The contact''s birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + children: + type: array + items: + type: string + nullable: true + description: The names of the contact's children. + companyName: + type: string + description: The name of the contact's company. + nullable: true + department: + type: string + description: The contact's department. + nullable: true + displayName: + type: string + description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + nullable: true + emailAddresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.typedEmailAddress' + description: The contact's email addresses. + fileAs: + type: string + description: The name the contact is filed under. + nullable: true + flag: + $ref: '#/components/schemas/microsoft.graph.followupFlag' + gender: + type: string + nullable: true + generation: + type: string + description: The contact's generation. + nullable: true + givenName: + type: string + description: The contact's given name. + nullable: true + imAddresses: + type: array + items: + type: string + nullable: true + description: The contact's instant messaging (IM) addresses. + initials: + type: string + description: The contact's initials. + nullable: true + isFavorite: + type: boolean + nullable: true + jobTitle: + type: string + description: The contact’s job title. + nullable: true + manager: + type: string + description: The name of the contact's manager. + nullable: true + middleName: + type: string + description: The contact's middle name. + nullable: true + nickName: + type: string + description: The contact's nickname. + nullable: true + officeLocation: + type: string + description: The location of the contact's office. + nullable: true + parentFolderId: + type: string + description: The ID of the contact's parent folder. + nullable: true + personalNotes: + type: string + description: The user's notes about the contact. + nullable: true + phones: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.phone' + postalAddresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + profession: + type: string + description: The contact's profession. + nullable: true + spouseName: + type: string + description: The name of the contact's spouse/partner. + nullable: true + surname: + type: string + description: The contact's surname. + nullable: true + title: + type: string + description: The contact's title. + nullable: true + websites: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.website' + weddingAnniversary: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + yomiCompanyName: + type: string + description: The phonetic Japanese company name of the contact. + nullable: true + yomiGivenName: + type: string + description: The phonetic Japanese given name (first name) of the contact. + nullable: true + yomiSurname: + type: string + description: The phonetic Japanese surname (last name) of the contact. + nullable: true + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the contact. Read-only. Nullable. + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. + photo: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the contact. Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.inferenceClassification: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: inferenceClassification + type: object + properties: + overrides: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' + description: 'A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.' + additionalProperties: + type: object + microsoft.graph.mailFolder: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: mailFolder + type: object + properties: + childFolderCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of immediate child mailFolders in the current mailFolder. + format: int32 + nullable: true + displayName: + type: string + description: The mailFolder's display name. + nullable: true + parentFolderId: + type: string + description: The unique identifier for the mailFolder's parent mailFolder. + nullable: true + totalItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of items in the mailFolder. + format: int32 + nullable: true + unreadItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of items in the mailFolder marked as unread. + format: int32 + nullable: true + wellKnownName: + type: string + nullable: true + childFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mailFolder' + description: The collection of child folders in the mailFolder. + messageRules: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.messageRule' + description: The collection of rules that apply to the user's Inbox folder. + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.message' + description: The collection of messages in the mailFolder. + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable. + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable. + userConfigurations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userConfiguration' + additionalProperties: + type: object + microsoft.graph.message: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: message + type: object + properties: + bccRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + description: 'The Bcc: recipients for the message.' + body: + $ref: '#/components/schemas/microsoft.graph.itemBody' + bodyPreview: + type: string + description: The first 255 characters of the message body. It is in text format. + nullable: true + ccRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + description: 'The Cc: recipients for the message.' + conversationId: + type: string + description: The ID of the conversation the email belongs to. + nullable: true + conversationIndex: + type: string + description: Indicates the position of the message within the conversation. + format: base64url + nullable: true + flag: + $ref: '#/components/schemas/microsoft.graph.followupFlag' + from: + $ref: '#/components/schemas/microsoft.graph.recipient' + hasAttachments: + type: boolean + description: 'Indicates whether the message has attachments. This property doesn''t include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as .' + nullable: true + importance: + $ref: '#/components/schemas/microsoft.graph.importance' + inferenceClassification: + $ref: '#/components/schemas/microsoft.graph.inferenceClassificationType' + internetMessageHeaders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.internetMessageHeader' + description: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only. + internetMessageId: + type: string + description: The message ID in the format specified by RFC2822. + nullable: true + isDeliveryReceiptRequested: + type: boolean + description: Indicates whether a read receipt is requested for the message. + nullable: true + isDraft: + type: boolean + description: Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet. + nullable: true + isRead: + type: boolean + description: Indicates whether the message has been read. + nullable: true + isReadReceiptRequested: + type: boolean + description: Indicates whether a read receipt is requested for the message. + nullable: true + mentionsPreview: + $ref: '#/components/schemas/microsoft.graph.mentionsPreview' + parentFolderId: + type: string + description: The unique identifier for the message's parent mailFolder. + nullable: true + receivedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time the message was received. + format: date-time + nullable: true + replyTo: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + description: The email addresses to use when replying. + sender: + $ref: '#/components/schemas/microsoft.graph.recipient' + sentDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time the message was sent. + format: date-time + nullable: true + subject: + type: string + description: The subject of the message. + nullable: true + toRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + description: 'The To: recipients for the message.' + uniqueBody: + $ref: '#/components/schemas/microsoft.graph.itemBody' + unsubscribeData: + type: array + items: + type: string + nullable: true + unsubscribeEnabled: + type: boolean + nullable: true + webLink: + type: string + description: 'The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, then the browser will show the message in the Outlook on the web review pane.The message will open in the browser if you are logged in to your mailbox via Outlook on the web. You will be prompted to login if you are not already logged in with the browser.This URL cannot be accessed from within an iFrame.' + nullable: true + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attachment' + description: The fileAttachment and itemAttachment attachments for the message. + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the message. Nullable. + mentions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mention' + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + description: The collection of multi-value extended properties defined for the message. Nullable. + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + description: The collection of single-value extended properties defined for the message. Nullable. + additionalProperties: + type: object + microsoft.graph.outlookUser: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: outlookUser + type: object + properties: + masterCategories: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.outlookCategory' + description: A list of categories defined for the user. + taskFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' + taskGroups: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.outlookTaskGroup' + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.outlookTask' + additionalProperties: + type: object + microsoft.graph.person: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: person + type: object + properties: + birthday: + type: string + description: The person's birthday. + nullable: true + companyName: + type: string + description: The name of the person's company. + nullable: true + department: + type: string + description: The person's department. + nullable: true + displayName: + type: string + description: The person's display name. + nullable: true + emailAddresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.rankedEmailAddress' + givenName: + type: string + description: The person's given name. + nullable: true + isFavorite: + type: boolean + description: true if the user has flagged this person as a favorite. + nullable: true + mailboxType: + type: string + nullable: true + officeLocation: + type: string + description: The location of the person's office. + nullable: true + personNotes: + type: string + description: Free-form notes that the user has taken about this person. + nullable: true + personType: + type: string + description: The type of person. + nullable: true + phones: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.phone' + description: The person's phone numbers. + postalAddresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.location' + description: The person's addresses. + profession: + type: string + description: The person's profession. + nullable: true + sources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personDataSource' + surname: + type: string + description: The person's surname. + nullable: true + title: + type: string + nullable: true + userPrincipalName: + type: string + description: 'The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person''s email name. The general format is alias@domain.' + nullable: true + websites: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.website' + description: The person's websites. + yomiCompany: + type: string + description: The phonetic Japanese name of the person's company. + nullable: true + additionalProperties: + type: object + microsoft.graph.appConsentRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: appConsentRequest + type: object + properties: + appDisplayName: + type: string + nullable: true + appId: + type: string + consentType: + type: string + nullable: true + pendingScopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' + userConsentRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userConsentRequest' + additionalProperties: + type: object + microsoft.graph.approval: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approval + type: object + properties: + completedSteps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalStep' + pendingSteps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.approvalStep' + additionalProperties: + type: object + microsoft.graph.accessReviewInstance: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: accessReviewInstance + type: object + properties: + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.accessReviewScope' + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + status: + type: string + nullable: true + decisions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' + definition: + $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' + additionalProperties: + type: object + microsoft.graph.agreementAcceptance: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: agreementAcceptance + type: object + properties: + agreementFileId: + type: string + nullable: true + agreementId: + type: string + nullable: true + deviceDisplayName: + type: string + nullable: true + deviceId: + type: string + nullable: true + deviceOSType: + type: string + nullable: true + deviceOSVersion: + type: string + nullable: true + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + recordedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + state: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptanceState' + userDisplayName: + type: string + nullable: true + userEmail: + type: string + nullable: true + userId: + type: string + nullable: true + userPrincipalName: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.deviceEnrollmentConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: deviceEnrollmentConfiguration + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Not yet documented + format: date-time + description: + type: string + description: Not yet documented + nullable: true + displayName: + type: string + description: Not yet documented + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Not yet documented + format: date-time + priority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Not yet documented + format: int32 + roleScopeTagIds: + type: array + items: + type: string + nullable: true + description: Optional role scope tags for the enrollment restrictions. + version: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Not yet documented + format: int32 + assignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' + description: The list of group assignments for the device configuration profile. + additionalProperties: + type: object + description: The Base Class of Device Enrollment Configuration + microsoft.graph.managedDevice: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedDevice + type: object + properties: + aadRegistered: + type: boolean + description: Whether the device is Azure Active Directory registered. This property is read-only. + nullable: true + activationLockBypassCode: + type: string + description: Code that allows the Activation Lock on a device to be bypassed. + nullable: true + androidSecurityPatchLevel: + type: string + description: Android security patch level + nullable: true + autopilotEnrolled: + type: boolean + description: Reports if the managed device is enrolled via auto-pilot. This property is read-only. + azureActiveDirectoryDeviceId: + type: string + description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. + nullable: true + azureADDeviceId: + type: string + description: The unique identifier for the Azure Active Directory device. Read only. + nullable: true + azureADRegistered: + type: boolean + description: Whether the device is Azure Active Directory registered. + nullable: true + chassisType: + $ref: '#/components/schemas/microsoft.graph.chassisType' + complianceGracePeriodExpirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The DateTime when device compliance grace period expires + format: date-time + complianceState: + $ref: '#/components/schemas/microsoft.graph.complianceState' + configurationManagerClientEnabledFeatures: + $ref: '#/components/schemas/microsoft.graph.configurationManagerClientEnabledFeatures' + configurationManagerClientHealthState: + $ref: '#/components/schemas/microsoft.graph.configurationManagerClientHealthState' + configurationManagerClientInformation: + $ref: '#/components/schemas/microsoft.graph.configurationManagerClientInformation' + deviceActionResults: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceActionResult' + description: List of ComplexType deviceActionResult objects. + deviceCategoryDisplayName: + type: string + description: Device category display name + nullable: true + deviceEnrollmentType: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' + deviceHealthAttestationState: + $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' + deviceName: + type: string + description: Name of the device + nullable: true + deviceRegistrationState: + $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' + deviceType: + $ref: '#/components/schemas/microsoft.graph.deviceType' + easActivated: + type: boolean + description: Whether the device is Exchange ActiveSync activated. + easActivationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Exchange ActivationSync activation time of the device. + format: date-time + easDeviceId: + type: string + description: Exchange ActiveSync Id of the device. + nullable: true + emailAddress: + type: string + description: Email(s) for the user associated with the device + nullable: true + enrolledDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Enrollment time of the device. + format: date-time + ethernetMacAddress: + type: string + description: Ethernet MAC. This property is read-only. + nullable: true + exchangeAccessState: + $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' + exchangeAccessStateReason: + $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessStateReason' + exchangeLastSuccessfulSyncDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Last time the device contacted Exchange. + format: date-time + freeStorageSpaceInBytes: + type: integer + description: Free Storage in Bytes + format: int64 + hardwareInformation: + $ref: '#/components/schemas/microsoft.graph.hardwareInformation' + iccid: + type: string + description: 'Integrated Circuit Card Identifier, it is A SIM card''s unique identification number. This property is read-only.' + nullable: true + imei: + type: string + description: IMEI + nullable: true + isEncrypted: + type: boolean + description: Device encryption status + isSupervised: + type: boolean + description: Device supervised status + jailBroken: + type: string + description: whether the device is jail broken or rooted. + nullable: true + joinType: + $ref: '#/components/schemas/microsoft.graph.joinType' + lastSyncDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time that the device last completed a successful sync with Intune. + format: date-time + lostModeState: + $ref: '#/components/schemas/microsoft.graph.lostModeState' + managedDeviceName: + type: string + description: Automatically generated name to identify a device. Can be overwritten to a user friendly name. + nullable: true + managedDeviceOwnerType: + $ref: '#/components/schemas/microsoft.graph.managedDeviceOwnerType' + managementAgent: + $ref: '#/components/schemas/microsoft.graph.managementAgentType' + managementCertificateExpirationDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Reports device management certificate expiration date. This property is read-only. + format: date-time + managementFeatures: + $ref: '#/components/schemas/microsoft.graph.managedDeviceManagementFeatures' + managementState: + $ref: '#/components/schemas/microsoft.graph.managementState' + manufacturer: + type: string + description: Manufacturer of the device + nullable: true + meid: + type: string + description: MEID + nullable: true + model: + type: string + description: Model of the device + nullable: true + notes: + type: string + description: Notes on the device created by IT Admin + nullable: true + operatingSystem: + type: string + description: 'Operating system of the device. Windows, iOS, etc.' + nullable: true + osVersion: + type: string + description: Operating system version of the device. + nullable: true + ownerType: + $ref: '#/components/schemas/microsoft.graph.ownerType' + partnerReportedThreatState: + $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' + phoneNumber: + type: string + description: Phone number of the device + nullable: true + physicalMemoryInBytes: + type: integer + description: Total Memory in Bytes. This property is read-only. + format: int64 + preferMdmOverGroupPolicyAppliedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Reports the DateTime the preferMdmOverGroupPolicy setting was set. When set, the Intune MDM settings will override Group Policy settings if there is a conflict. Read Only. This property is read-only.' + format: date-time + processorArchitecture: + $ref: '#/components/schemas/microsoft.graph.managedDeviceArchitecture' + remoteAssistanceSessionErrorDetails: + type: string + description: An error string that identifies issues when creating Remote Assistance session objects. + nullable: true + remoteAssistanceSessionUrl: + type: string + description: Url that allows a Remote Assistance session to be established with the device. + nullable: true + requireUserEnrollmentApproval: + type: boolean + description: Reports if the managed iOS device is user approval enrollment. This property is read-only. + nullable: true + retireAfterDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Indicates the time after when a device will be auto retired because of scheduled action. This property is read-only. + format: date-time + roleScopeTagIds: + type: array + items: + type: string + nullable: true + description: List of Scope Tag IDs for this Device instance. + serialNumber: + type: string + description: SerialNumber + nullable: true + skuFamily: + type: string + description: Device sku family + nullable: true + skuNumber: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Device sku number, see also: https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-getproductinfo. Valid values 0 to 2147483647. This property is read-only.' + format: int32 + specificationVersion: + type: string + description: Specification version. This property is read-only. + nullable: true + subscriberCarrier: + type: string + description: Subscriber Carrier + nullable: true + totalStorageSpaceInBytes: + type: integer + description: Total Storage in Bytes + format: int64 + udid: + type: string + description: Unique Device Identifier for iOS and macOS devices. This property is read-only. + nullable: true + userDisplayName: + type: string + description: User display name + nullable: true + userId: + type: string + description: Unique Identifier for the user associated with the device + nullable: true + userPrincipalName: + type: string + description: Device user principal name + nullable: true + usersLoggedOn: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.loggedOnUser' + description: Indicates the last logged on users of a device. This property is read-only. + wiFiMacAddress: + type: string + description: Wi-Fi MAC + nullable: true + windowsActiveMalwareCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of active malware for this windows device. This property is read-only. + format: int32 + windowsRemediatedMalwareCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of remediated malware for this windows device. This property is read-only. + format: int32 + securityBaselineStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.securityBaselineState' + description: Security baseline states for this device. + deviceCompliancePolicyStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' + description: Device compliance policy states for this device. + deviceConfigurationStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' + description: Device configuration states for this device. + managedDeviceMobileAppConfigurationStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' + description: Managed device mobile app configuration states for this device. + detectedApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.detectedApp' + description: All applications currently installed on the device + deviceCategory: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' + logCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' + description: List of log collection requests + users: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.user' + description: The primary users associated with the managed device. + windowsProtectionState: + $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' + additionalProperties: + type: object + description: Devices that are managed or pre-enrolled through Intune + microsoft.graph.managedAppRegistration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppRegistration + type: object + properties: + appIdentifier: + $ref: '#/components/schemas/microsoft.graph.mobileAppIdentifier' + applicationVersion: + type: string + description: App version + nullable: true + azureADDeviceId: + type: string + description: The Azure Active Directory Device identifier of the host device. Value could be empty even when the host device is Azure Active Directory registered. + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of creation + format: date-time + deviceManufacturer: + type: string + description: 'The device manufacturer for the current app registration ' + nullable: true + deviceModel: + type: string + description: 'The device model for the current app registration ' + nullable: true + deviceName: + type: string + description: Host device name + nullable: true + deviceTag: + type: string + description: 'App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.' + nullable: true + deviceType: + type: string + description: Host device type + nullable: true + flaggedReasons: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppFlaggedReason' + description: Zero or more reasons an app registration is flagged. E.g. app running on rooted device + lastSyncDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of last the app synced with management service. + format: date-time + managedDeviceId: + type: string + description: The Managed Device identifier of the host device. Value could be empty even when the host device is managed. + nullable: true + managementSdkVersion: + type: string + description: App management SDK version + nullable: true + platformVersion: + type: string + description: Operating System version + nullable: true + userId: + type: string + description: The user Id to who this app registration belongs. + nullable: true + version: + type: string + description: Version of the entity. + nullable: true + appliedPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. + intendedPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + description: Zero or more policies admin intended for the app as of now. + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedAppOperation' + description: Zero or more long running operations triggered on the app registration. + additionalProperties: + type: object + description: The ManagedAppEntity is the base entity type for all other entity types under app management workflow. + microsoft.graph.windowsInformationProtectionDeviceRegistration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: windowsInformationProtectionDeviceRegistration + type: object + properties: + deviceMacAddress: + type: string + description: Device Mac address. + nullable: true + deviceName: + type: string + description: Device name. + nullable: true + deviceRegistrationId: + type: string + description: Device identifier for this device registration record. + nullable: true + deviceType: + type: string + description: 'Device type, for example, Windows laptop VS Windows phone.' + nullable: true + lastCheckInDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Last checkin time of the device. + format: date-time + userId: + type: string + description: UserId associated with this device registration record. + nullable: true + additionalProperties: + type: object + description: Represents device registration records for Bring-Your-Own-Device(BYOD) Windows devices. + microsoft.graph.deviceManagementTroubleshootingEvent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: deviceManagementTroubleshootingEvent + type: object + properties: + additionalInformation: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValuePair' + description: A set of string key and string value pairs which provides additional information on the Troubleshooting event + correlationId: + type: string + description: Id used for tracing the failure in the service. + nullable: true + eventDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Time when the event occurred . + format: date-time + eventName: + type: string + description: Event Name corresponding to the Troubleshooting Event. It is an Optional field + nullable: true + troubleshootingErrorDetails: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingErrorDetails' + additionalProperties: + type: object + description: Event representing an general failure. + microsoft.graph.mobileAppIntentAndState: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: mobileAppIntentAndState + type: object + properties: + managedDeviceIdentifier: + type: string + description: Device identifier created or collected by Intune. + nullable: true + mobileAppList: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppIntentAndStateDetail' + description: The list of payload intents and states for the tenant. + userId: + type: string + description: Identifier for the user that tried to enroll the device. + nullable: true + additionalProperties: + type: object + description: MobileApp Intent and Install State for a given device. + microsoft.graph.mobileAppTroubleshootingEvent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + - title: mobileAppTroubleshootingEvent + type: object + properties: + applicationId: + type: string + description: Intune application identifier. + nullable: true + history: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingHistoryItem' + description: Intune Mobile Application Troubleshooting History Item + managedDeviceIdentifier: + type: string + description: Device identifier created or collected by Intune. + nullable: true + userId: + type: string + description: Identifier for the user that tried to enroll the device. + nullable: true + appLogCollectionRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' + description: The collection property of AppLogUploadRequest. + additionalProperties: + type: object + description: MobileAppTroubleshootingEvent Entity. + microsoft.graph.notification: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: notification + type: object + properties: + displayTimeToLive: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + groupName: + type: string + nullable: true + payload: + $ref: '#/components/schemas/microsoft.graph.payloadTypes' + priority: + $ref: '#/components/schemas/microsoft.graph.priority' + targetHostName: + type: string + targetPolicy: + $ref: '#/components/schemas/microsoft.graph.targetPolicyEndpoints' + additionalProperties: + type: object + microsoft.graph.plannerUser: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerUser + type: object + properties: + favoritePlanReferences: + $ref: '#/components/schemas/microsoft.graph.plannerFavoritePlanReferenceCollection' + recentPlanReferences: + $ref: '#/components/schemas/microsoft.graph.plannerRecentPlanReferenceCollection' + all: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerDelta' + favoritePlans: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' + plans: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' + description: Read-only. Nullable. Returns the plannerTasks assigned to the user. + recentPlans: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. Returns the plannerPlans shared with the user. + additionalProperties: + type: object + microsoft.graph.itemInsights: + allOf: + - $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' + - title: itemInsights + type: object + additionalProperties: + type: object + microsoft.graph.userSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userSettings + type: object + properties: + contributionToContentDiscoveryAsOrganizationDisabled: + type: boolean + contributionToContentDiscoveryDisabled: + type: boolean + regionalAndLanguageSettings: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' + shiftPreferences: + $ref: '#/components/schemas/microsoft.graph.shiftPreferences' + additionalProperties: + type: object + microsoft.graph.profile: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: profile + type: object + properties: + account: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userAccountInformation' + addresses: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemAddress' + anniversaries: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnniversary' + awards: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAward' + certifications: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personCertification' + educationalActivities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.educationalActivity' + emails: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemEmail' + interests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personInterest' + languages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.languageProficiency' + names: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personName' + notes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' + patents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemPatent' + phones: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemPhone' + positions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workPosition' + projects: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.projectParticipation' + publications: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.itemPublication' + skills: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.skillProficiency' + webAccounts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.webAccount' + websites: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.personWebsite' + additionalProperties: + type: object + microsoft.graph.userActivity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userActivity + type: object + properties: + activationUrl: + type: string + description: Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists. + activitySourceHost: + type: string + description: 'Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint.' + appActivityId: + type: string + description: Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter. + appDisplayName: + type: string + description: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device. + nullable: true + contentInfo: + $ref: '#/components/schemas/microsoft.graph.Json' + contentUrl: + type: string + description: 'Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).' + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Set by the server. DateTime in UTC when the object was created on the server. + format: date-time + nullable: true + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Set by the server. DateTime in UTC when the object expired on the server. + format: date-time + nullable: true + fallbackUrl: + type: string + description: 'Optional. URL used to launch the activity in a web-based app, if available.' + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Set by the server. DateTime in UTC when the object was modified on the server. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.status' + userTimezone: + type: string + description: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation. + nullable: true + visualElements: + $ref: '#/components/schemas/microsoft.graph.visualInfo' + historyItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' + description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. + additionalProperties: + type: object + microsoft.graph.device: + allOf: + - $ref: '#/components/schemas/microsoft.graph.directoryObject' + - title: device + type: object + properties: + accountEnabled: + type: boolean + description: 'true if the account is enabled; otherwise, false. Required.' + nullable: true + alternativeSecurityIds: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.alternativeSecurityId' + description: For internal use only. Not nullable. + approximateLastSignInDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Read-only.' + format: date-time + nullable: true + complianceExpirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Read-only.' + format: date-time + nullable: true + deviceCategory: + type: string + nullable: true + deviceId: + type: string + description: Unique identifier set by Azure Device Registration Service at the time of registration. + nullable: true + deviceMetadata: + type: string + description: For internal use only. Set to null. + nullable: true + deviceOwnership: + type: string + nullable: true + deviceVersion: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: For internal use only. + format: int32 + nullable: true + displayName: + type: string + description: The display name for the device. Required. + nullable: true + domainName: + type: string + nullable: true + enrollmentProfileName: + type: string + nullable: true + enrollmentType: + type: string + nullable: true + extensionAttributes: + $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' + isCompliant: + type: boolean + description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' + nullable: true + isManaged: + type: boolean + description: 'true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices.' + nullable: true + isRooted: + type: boolean + nullable: true + managementType: + type: string + nullable: true + onPremisesLastSyncDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The last time at which the object was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z'' Read-only.' + format: date-time + nullable: true + onPremisesSyncEnabled: + type: boolean + description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. + nullable: true + operatingSystem: + type: string + description: The type of operating system on the device. Required. + nullable: true + operatingSystemVersion: + type: string + description: The version of the operating system on the device. Required. + nullable: true + physicalIds: + type: array + items: + type: string + description: For internal use only. Not nullable. + profileType: + type: string + description: The profile type of the device. Possible values:RegisteredDevice (default)SecureVMPrinterSharedIoT + nullable: true + registrationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + systemLabels: + type: array + items: + type: string + description: List of labels applied to the device by the system. + trustType: + type: string + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace - indicates bring your own personal devicesAzureAd - Cloud only joined devicesServerAd - on-premises domain joined devices joined to Azure AD. For more details, see Introduction to device management in Azure Active Directory' + nullable: true + kind: + type: string + nullable: true + manufacturer: + type: string + description: Manufacturer of the device. Read-only. + nullable: true + model: + type: string + description: Model of the device. Read-only. + nullable: true + name: + type: string + nullable: true + platform: + type: string + nullable: true + status: + type: string + nullable: true + memberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + registeredOwners: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: 'The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable.' + registeredUsers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: 'Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable.' + transitiveMemberOf: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.directoryObject' + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + description: The collection of open extensions defined for the device. Read-only. Nullable. + commands: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.command' + additionalProperties: + type: object + description: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types. + microsoft.graph.onlineMeeting: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: onlineMeeting + type: object + properties: + accessLevel: + $ref: '#/components/schemas/microsoft.graph.accessLevel' + allowedPresenters: + $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' + audioConferencing: + $ref: '#/components/schemas/microsoft.graph.audioConferencing' + canceledDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + capabilities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingCapabilities' + chatInfo: + $ref: '#/components/schemas/microsoft.graph.chatInfo' + creationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The meeting creation time in UTC. Read-only. + format: date-time + nullable: true + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The meeting end time in UTC. + format: date-time + nullable: true + entryExitAnnouncement: + type: boolean + nullable: true + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + externalId: + type: string + nullable: true + isBroadcast: + type: boolean + nullable: true + isCancelled: + type: boolean + nullable: true + isEntryExitAnnounced: + type: boolean + nullable: true + joinInformation: + $ref: '#/components/schemas/microsoft.graph.itemBody' + joinUrl: + type: string + nullable: true + lobbyBypassSettings: + $ref: '#/components/schemas/microsoft.graph.lobbyBypassSettings' + participants: + $ref: '#/components/schemas/microsoft.graph.meetingParticipants' + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The meeting start time in UTC. + format: date-time + nullable: true + subject: + type: string + description: The subject of the online meeting. + nullable: true + videoTeleconferenceId: + type: string + description: The video teleconferencing ID. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.presence: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: presence + type: object + properties: + activity: + type: string + nullable: true + availability: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.authentication: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: authentication + type: object + properties: + emailMethods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' + fido2Methods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' + methods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + microsoftAuthenticatorMethods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' + oathMethods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.longRunningOperation' + passwordlessMicrosoftAuthenticatorMethods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethod' + passwordMethods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' + phoneMethods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' + securityQuestionMethods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.securityQuestionAuthenticationMethod' + temporaryAccessPassMethods: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' + additionalProperties: + type: object + microsoft.graph.chat: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: chat + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + lastUpdatedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + topic: + type: string + nullable: true + installedApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conversationMember' + messages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + tabs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsTab' + additionalProperties: + type: object + microsoft.graph.userTeamwork: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userTeamwork + type: object + properties: + installedApps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' + description: The apps installed in the personal scope of this user. + additionalProperties: + type: object + microsoft.graph.todo: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: todo + type: object + properties: + lists: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.todoTaskList' + additionalProperties: + type: object + microsoft.graph.itemActionStat: + title: itemActionStat + type: object + properties: + actionCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of times the action took place. Read-only. + format: int32 + nullable: true + actorCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of distinct actors that performed the action. Read-only. + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.incompleteData: + title: incompleteData + type: object + properties: + missingDataBeforeDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The service does not have source data before the specified time. + format: date-time + nullable: true + wasThrottled: + type: boolean + description: Some data was not recorded due to excessive activity. + nullable: true + additionalProperties: + type: object + microsoft.graph.itemActivity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: itemActivity + type: object + properties: + access: + $ref: '#/components/schemas/microsoft.graph.accessAction' + activityDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Details about when the activity took place. Read-only. + format: date-time + nullable: true + actor: + $ref: '#/components/schemas/microsoft.graph.identitySet' + driveItem: + $ref: '#/components/schemas/microsoft.graph.driveItem' + additionalProperties: + type: object + microsoft.graph.storagePlanInformation: + title: storagePlanInformation + type: object + properties: + upgradeAvailable: + type: boolean + description: Indicates whether there are higher storage quota plans available. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.itemActionSet: + title: itemActionSet + type: object + properties: + comment: + $ref: '#/components/schemas/microsoft.graph.commentAction' + create: + $ref: '#/components/schemas/microsoft.graph.createAction' + delete: + $ref: '#/components/schemas/microsoft.graph.deleteAction' + edit: + $ref: '#/components/schemas/microsoft.graph.editAction' + mention: + $ref: '#/components/schemas/microsoft.graph.mentionAction' + move: + $ref: '#/components/schemas/microsoft.graph.moveAction' + rename: + $ref: '#/components/schemas/microsoft.graph.renameAction' + restore: + $ref: '#/components/schemas/microsoft.graph.restoreAction' + share: + $ref: '#/components/schemas/microsoft.graph.shareAction' + version: + $ref: '#/components/schemas/microsoft.graph.versionAction' + additionalProperties: + type: object + microsoft.graph.itemActivityTimeSet: + title: itemActivityTimeSet + type: object + properties: + lastRecordedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + observedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: When the activity was observed to take place. + format: date-time + nullable: true + recordedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: When the observation was recorded on the service. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.audio: + title: audio + type: object + properties: + album: + type: string + description: The title of the album for this audio file. + nullable: true + albumArtist: + type: string + description: The artist named on the album for the audio file. + nullable: true + artist: + type: string + description: The performing artist for the audio file. + nullable: true + bitrate: + type: integer + description: Bitrate expressed in kbps. + format: int64 + nullable: true + composers: + type: string + description: The name of the composer of the audio file. + nullable: true + copyright: + type: string + description: Copyright information for the audio file. + nullable: true + disc: + maximum: 32767 + minimum: -32768 + type: integer + description: The number of the disc this audio file came from. + format: int16 + nullable: true + discCount: + maximum: 32767 + minimum: -32768 + type: integer + description: The total number of discs in this album. + format: int16 + nullable: true + duration: + type: integer + description: 'Duration of the audio file, expressed in milliseconds' + format: int64 + nullable: true + genre: + type: string + description: The genre of this audio file. + nullable: true + hasDrm: + type: boolean + description: Indicates if the file is protected with digital rights management. + nullable: true + isVariableBitrate: + type: boolean + description: Indicates if the file is encoded with a variable bitrate. + nullable: true + title: + type: string + description: The title of the audio file. + nullable: true + track: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of the track on the original disc for this audio file. + format: int32 + nullable: true + trackCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The total number of tracks on the original disc for this audio file. + format: int32 + nullable: true + year: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The year the audio file was recorded. + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.bundle: + title: bundle + type: object + properties: + album: + $ref: '#/components/schemas/microsoft.graph.album' + childCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.file: + title: file + type: object + properties: + hashes: + $ref: '#/components/schemas/microsoft.graph.hashes' + mimeType: + type: string + description: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. + nullable: true + processingMetadata: + type: boolean + nullable: true + additionalProperties: + type: object + microsoft.graph.fileSystemInfo: + title: fileSystemInfo + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The UTC date and time the file was created on a client. + format: date-time + nullable: true + lastAccessedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The UTC date and time the file was last accessed. Available for the recent file list only. + format: date-time + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The UTC date and time the file was last modified on a client. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.folder: + title: folder + type: object + properties: + childCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Number of children contained immediately within this container. + format: int32 + nullable: true + view: + $ref: '#/components/schemas/microsoft.graph.folderView' + additionalProperties: + type: object + microsoft.graph.image: + title: image + type: object + properties: + height: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Optional. Height of the image, in pixels. Read-only.' + format: int32 + nullable: true + width: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Optional. Width of the image, in pixels. Read-only.' + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.geoCoordinates: + title: geoCoordinates + type: object + properties: + altitude: + type: number + description: 'Optional. The altitude (height), in feet, above sea level for the item. Read-only.' + format: double + nullable: true + latitude: + type: number + description: 'Optional. The latitude, in decimal, for the item. Read-only.' + format: double + nullable: true + longitude: + type: number + description: 'Optional. The longitude, in decimal, for the item. Read-only.' + format: double + nullable: true + additionalProperties: + type: object + microsoft.graph.package: + title: package + type: object + properties: + type: + type: string + description: 'A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly.' + nullable: true + additionalProperties: + type: object + microsoft.graph.pendingOperations: + title: pendingOperations + type: object + properties: + pendingContentUpdate: + $ref: '#/components/schemas/microsoft.graph.pendingContentUpdate' + additionalProperties: + type: object + microsoft.graph.photo: + title: photo + type: object + properties: + cameraMake: + type: string + description: Camera manufacturer. Read-only. + nullable: true + cameraModel: + type: string + description: Camera model. Read-only. + nullable: true + exposureDenominator: + type: number + description: The denominator for the exposure time fraction from the camera. Read-only. + format: double + nullable: true + exposureNumerator: + type: number + description: The numerator for the exposure time fraction from the camera. Read-only. + format: double + nullable: true + fNumber: + type: number + description: The F-stop value from the camera. Read-only. + format: double + nullable: true + focalLength: + type: number + description: The focal length from the camera. Read-only. + format: double + nullable: true + iso: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The ISO value from the camera. Read-only. + format: int32 + nullable: true + orientation: + maximum: 32767 + minimum: -32768 + type: integer + description: The orientation value from the camera. Writable on OneDrive Personal. + format: int16 + nullable: true + takenDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Represents the date and time the photo was taken. Read-only. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.remoteItem: + title: remoteItem + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time of item creation. Read-only. + format: date-time + nullable: true + file: + $ref: '#/components/schemas/microsoft.graph.file' + fileSystemInfo: + $ref: '#/components/schemas/microsoft.graph.fileSystemInfo' + folder: + $ref: '#/components/schemas/microsoft.graph.folder' + id: + type: string + description: Unique identifier for the remote item in its drive. Read-only. + nullable: true + image: + $ref: '#/components/schemas/microsoft.graph.image' + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time the item was last modified. Read-only. + format: date-time + nullable: true + name: + type: string + description: Optional. Filename of the remote item. Read-only. + nullable: true + package: + $ref: '#/components/schemas/microsoft.graph.package' + parentReference: + $ref: '#/components/schemas/microsoft.graph.itemReference' + shared: + $ref: '#/components/schemas/microsoft.graph.shared' + sharepointIds: + $ref: '#/components/schemas/microsoft.graph.sharepointIds' + size: + type: integer + description: Size of the remote item. Read-only. + format: int64 + nullable: true + specialFolder: + $ref: '#/components/schemas/microsoft.graph.specialFolder' + video: + $ref: '#/components/schemas/microsoft.graph.video' + webDavUrl: + type: string + description: DAV compatible URL for the item. + nullable: true + webUrl: + type: string + description: URL that displays the resource in the browser. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.searchResult: + title: searchResult + type: object + properties: + onClickTelemetryUrl: + type: string + description: A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results. + nullable: true + additionalProperties: + type: object + microsoft.graph.shared: + title: shared + type: object + properties: + owner: + $ref: '#/components/schemas/microsoft.graph.identitySet' + scope: + type: string + description: 'Indicates the scope of how the item is shared: anonymous, organization, or users. Read-only.' + nullable: true + sharedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + sharedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The UTC date and time when the item was shared. Read-only. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.specialFolder: + title: specialFolder + type: object + properties: + name: + type: string + description: The unique identifier for this item in the /drive/special collection + nullable: true + additionalProperties: + type: object + microsoft.graph.video: + title: video + type: object + properties: + audioBitsPerSample: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Number of audio bits per sample. + format: int32 + nullable: true + audioChannels: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Number of audio channels. + format: int32 + nullable: true + audioFormat: + type: string + description: 'Name of the audio format (AAC, MP3, etc.).' + nullable: true + audioSamplesPerSecond: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Number of audio samples per second. + format: int32 + nullable: true + bitrate: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Bit rate of the video in bits per second. + format: int32 + nullable: true + duration: + type: integer + description: Duration of the file in milliseconds. + format: int64 + nullable: true + fourCC: + type: string + description: '''Four character code'' name of the video format.' + nullable: true + frameRate: + type: number + description: Frame rate of the video. + format: double + nullable: true + height: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Height of the video, in pixels.' + format: int32 + nullable: true + width: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Width of the video, in pixels.' + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.workbook: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workbook + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.workbookApplication' + comments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookComment' + functions: + $ref: '#/components/schemas/microsoft.graph.workbookFunctions' + names: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + description: Represents a collection of workbook scoped named items (named ranges and constants). Read-only. + operations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookOperation' + description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' + tables: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookTable' + description: Represents a collection of tables associated with the workbook. Read-only. + worksheets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + description: Represents a collection of worksheets associated with the workbook. Read-only. + additionalProperties: + type: object + microsoft.graph.permission: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: permission + type: object + properties: + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional. + format: date-time + nullable: true + grantedTo: + $ref: '#/components/schemas/microsoft.graph.identitySet' + grantedToIdentities: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identitySet' + description: 'For link type permissions, the details of the users to whom permission was granted. Read-only.' + hasPassword: + type: boolean + description: 'This indicates whether password is set for this permission, it''s only showing in response. Optional and Read-only and for OneDrive Personal only.' + nullable: true + inheritedFrom: + $ref: '#/components/schemas/microsoft.graph.itemReference' + invitation: + $ref: '#/components/schemas/microsoft.graph.sharingInvitation' + link: + $ref: '#/components/schemas/microsoft.graph.sharingLink' + roles: + type: array + items: + type: string + nullable: true + description: 'The type of permission, e.g. read. See below for the full list of roles. Read-only.' + shareId: + type: string + description: A unique token that can be used to access this shared item via the **shares** API. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.thumbnailSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: thumbnailSet + type: object + properties: + large: + $ref: '#/components/schemas/microsoft.graph.thumbnail' + medium: + $ref: '#/components/schemas/microsoft.graph.thumbnail' + small: + $ref: '#/components/schemas/microsoft.graph.thumbnail' + source: + $ref: '#/components/schemas/microsoft.graph.thumbnail' + additionalProperties: + type: object + microsoft.graph.driveItemVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItemVersion' + - title: driveItemVersion + type: object + properties: + content: + type: string + description: The content stream for this version of the item. + format: base64url + nullable: true + size: + type: integer + description: Indicates the size of the content stream for this version of the item. + format: int64 + nullable: true + additionalProperties: + type: object + microsoft.graph.fieldValueSet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: fieldValueSet + type: object + additionalProperties: + type: object + microsoft.graph.listItemVersion: + allOf: + - $ref: '#/components/schemas/microsoft.graph.baseItemVersion' + - title: listItemVersion + type: object + properties: + fields: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + additionalProperties: + type: object + microsoft.graph.sitePageData: + title: sitePageData + type: object + additionalProperties: + type: object + microsoft.graph.onenoteEntityHierarchyModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' + - title: onenoteEntityHierarchyModel + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + displayName: + type: string + description: The name of the notebook. + nullable: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Read-only.' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.notebookLinks: + title: notebookLinks + type: object + properties: + oneNoteClientUrl: + $ref: '#/components/schemas/microsoft.graph.externalLink' + oneNoteWebUrl: + $ref: '#/components/schemas/microsoft.graph.externalLink' + additionalProperties: + type: object + microsoft.graph.onenoteUserRole: + title: onenoteUserRole + enum: + - Owner + - Contributor + - None + - Reader + type: string + microsoft.graph.operation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: operation + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The start time of the operation. + format: date-time + nullable: true + lastActionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The time of the last action of the operation. + format: date-time + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.operationStatus' + additionalProperties: + type: object + microsoft.graph.onenoteOperationError: + title: onenoteOperationError + type: object + properties: + code: + type: string + description: The error code. + nullable: true + message: + type: string + description: The error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.onenoteEntitySchemaObjectModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.onenoteEntityBaseModel' + - title: onenoteEntitySchemaObjectModel + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Read-only.' + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.pageLinks: + title: pageLinks + type: object + properties: + oneNoteClientUrl: + $ref: '#/components/schemas/microsoft.graph.externalLink' + oneNoteWebUrl: + $ref: '#/components/schemas/microsoft.graph.externalLink' + additionalProperties: + type: object + microsoft.graph.onenoteEntityBaseModel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: onenoteEntityBaseModel + type: object + properties: + self: + type: string + description: The endpoint where you can get details about the page. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.sectionLinks: + title: sectionLinks + type: object + properties: + oneNoteClientUrl: + $ref: '#/components/schemas/microsoft.graph.externalLink' + oneNoteWebUrl: + $ref: '#/components/schemas/microsoft.graph.externalLink' + additionalProperties: + type: object + microsoft.graph.calendarRoleType: + title: calendarRoleType + enum: + - none + - freeBusyRead + - limitedRead + - read + - write + - delegateWithoutPrivateEventAccess + - delegateWithPrivateEventAccess + - custom + type: string + microsoft.graph.attendeeBase: + allOf: + - $ref: '#/components/schemas/microsoft.graph.recipient' + - title: attendeeBase + type: object + properties: + type: + $ref: '#/components/schemas/microsoft.graph.attendeeType' + additionalProperties: + type: object + microsoft.graph.timeSlot: + title: timeSlot + type: object + properties: + end: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + start: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + microsoft.graph.bodyType: + title: bodyType + enum: + - text + - html + type: string + microsoft.graph.physicalAddress: + title: physicalAddress + type: object + properties: + city: + type: string + description: The city. + nullable: true + countryOrRegion: + type: string + description: 'The country or region. It''s a free-format string value, for example, ''United States''.' + nullable: true + postalCode: + type: string + description: The postal code. + nullable: true + postOfficeBox: + type: string + nullable: true + state: + type: string + description: The state. + nullable: true + street: + type: string + description: The street. + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.physicalAddressType' + additionalProperties: + type: object + microsoft.graph.outlookGeoCoordinates: + title: outlookGeoCoordinates + type: object + properties: + accuracy: + type: number + description: 'The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.' + format: double + nullable: true + altitude: + type: number + description: The altitude of the location. + format: double + nullable: true + altitudeAccuracy: + type: number + description: The accuracy of the altitude. + format: double + nullable: true + latitude: + type: number + description: The latitude of the location. + format: double + nullable: true + longitude: + type: number + description: The longitude of the location. + format: double + nullable: true + additionalProperties: + type: object + microsoft.graph.locationType: + title: locationType + enum: + - default + - conferenceRoom + - homeAddress + - businessAddress + - geoCoordinates + - streetAddress + - hotel + - restaurant + - localBusiness + - postalAddress + type: string + microsoft.graph.locationUniqueIdType: + title: locationUniqueIdType + enum: + - unknown + - locationStore + - directory + - private + - bing + type: string + microsoft.graph.phone: + title: phone + type: object + properties: + number: + type: string + description: The phone number. + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.phoneType' + additionalProperties: + type: object + microsoft.graph.recurrencePattern: + title: recurrencePattern + type: object + properties: + dayOfMonth: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. + format: int32 + daysOfWeek: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.dayOfWeek' + description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' + firstDayOfWeek: + $ref: '#/components/schemas/microsoft.graph.dayOfWeek' + index: + $ref: '#/components/schemas/microsoft.graph.weekIndex' + interval: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.' + format: int32 + month: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The month in which the event occurs. This is a number from 1 to 12. + format: int32 + type: + $ref: '#/components/schemas/microsoft.graph.recurrencePatternType' + additionalProperties: + type: object + microsoft.graph.recurrenceRange: + title: recurrenceRange + type: object + properties: + endDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + description: 'The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.' + format: date + nullable: true + numberOfOccurrences: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of times to repeat the event. Required and must be positive if type is numbered. + format: int32 + recurrenceTimeZone: + type: string + description: 'Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.' + nullable: true + startDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + description: 'The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.' + format: date + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.recurrenceRangeType' + additionalProperties: + type: object + microsoft.graph.responseType: + title: responseType + enum: + - none + - organizer + - tentativelyAccepted + - accepted + - declined + - notResponded + type: string + microsoft.graph.mention: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: mention + type: object + properties: + application: + type: string + nullable: true + clientReference: + type: string + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.emailAddress' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + deepLink: + type: string + nullable: true + mentioned: + $ref: '#/components/schemas/microsoft.graph.emailAddress' + mentionText: + type: string + nullable: true + serverCreatedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerDelta: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: plannerDelta + type: object + additionalProperties: + type: object + microsoft.graph.plannerPlanContextCollection: + title: plannerPlanContextCollection + type: object + additionalProperties: + type: object + microsoft.graph.plannerBucket: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerBucket + type: object + properties: + name: + type: string + description: Name of the bucket. + orderHint: + type: string + description: Hint used to order items of this type in a list view. The format is defined as outlined here. + nullable: true + planId: + type: string + description: Plan ID to which the bucket belongs. + nullable: true + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerTask' + description: Read-only. Nullable. The collection of tasks in the bucket. + additionalProperties: + type: object + microsoft.graph.plannerPlanDetails: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerPlanDetails + type: object + properties: + categoryDescriptions: + $ref: '#/components/schemas/microsoft.graph.plannerCategoryDescriptions' + contextDetails: + $ref: '#/components/schemas/microsoft.graph.plannerPlanContextDetailsCollection' + sharedWith: + $ref: '#/components/schemas/microsoft.graph.plannerUserIds' + additionalProperties: + type: object + microsoft.graph.plannerTask: + allOf: + - $ref: '#/components/schemas/microsoft.graph.plannerDelta' + - title: plannerTask + type: object + properties: + activeChecklistItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Number of checklist items with value set to false, representing incomplete items.' + format: int32 + nullable: true + appliedCategories: + $ref: '#/components/schemas/microsoft.graph.plannerAppliedCategories' + assigneePriority: + type: string + description: Hint used to order items of this type in a list view. The format is defined as outlined here. + nullable: true + assignments: + $ref: '#/components/schemas/microsoft.graph.plannerAssignments' + bucketId: + type: string + description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. Format validation is done on the service. + nullable: true + checklistItemCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Number of checklist items that are present on the task. + format: int32 + nullable: true + completedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + conversationThreadId: + type: string + description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + dueDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + hasDescription: + type: boolean + description: Read-only. Value is true if the details object of the task has a non-empty description and false otherwise. + nullable: true + orderHint: + type: string + description: Hint used to order items of this type in a list view. The format is defined as outlined here. + nullable: true + percentComplete: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Percentage of task completion. When set to 100, the task is considered completed.' + format: int32 + nullable: true + planId: + type: string + description: Plan ID to which the task belongs. + nullable: true + previewType: + $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' + priority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + referenceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Number of external references that exist on the task. + format: int32 + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + title: + type: string + description: Title of the task. + assignedToTaskBoardFormat: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' + bucketTaskBoardFormat: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' + details: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' + progressTaskBoardFormat: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' + additionalProperties: + type: object + microsoft.graph.giphyRatingType: + title: giphyRatingType + enum: + - strict + - moderate + - unknownFutureValue + type: string + microsoft.graph.operationStatus: + title: operationStatus + enum: + - NotStarted + - Running + - Completed + - Failed + type: string + microsoft.graph.timeClockSettings: + title: timeClockSettings + type: object + properties: + approvedLocation: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + additionalProperties: + type: object + microsoft.graph.offerShiftRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' + - title: offerShiftRequest + type: object + properties: + recipientActionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + recipientActionMessage: + type: string + description: Custom message sent by recipient of the offer shift request. + nullable: true + recipientUserId: + type: string + description: User ID of the recipient of the offer shift request. + nullable: true + senderShiftId: + type: string + description: User ID of the sender of the offer shift request. + nullable: true + additionalProperties: + type: object + microsoft.graph.openShiftChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' + - title: openShiftChangeRequest + type: object + properties: + openShiftId: + type: string + description: ID for the open shift. + nullable: true + additionalProperties: + type: object + microsoft.graph.openShift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: openShift + type: object + properties: + draftOpenShift: + $ref: '#/components/schemas/microsoft.graph.openShiftItem' + isStagedForDeletion: + type: boolean + nullable: true + schedulingGroupId: + type: string + description: ID for the scheduling group that the open shift belongs to. + nullable: true + sharedOpenShift: + $ref: '#/components/schemas/microsoft.graph.openShiftItem' + additionalProperties: + type: object + microsoft.graph.schedulingGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: schedulingGroup + type: object + properties: + displayName: + type: string + description: The display name for the schedulingGroup. Required. + nullable: true + isActive: + type: boolean + description: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required. + nullable: true + userIds: + type: array + items: + type: string + nullable: true + description: The list of user IDs that are a member of the schedulingGroup. Required. + additionalProperties: + type: object + microsoft.graph.shift: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: shift + type: object + properties: + draftShift: + $ref: '#/components/schemas/microsoft.graph.shiftItem' + isStagedForDeletion: + type: boolean + nullable: true + schedulingGroupId: + type: string + description: ID of the scheduling group the shift is part of. Required. + nullable: true + sharedShift: + $ref: '#/components/schemas/microsoft.graph.shiftItem' + userId: + type: string + description: ID of the user assigned to the shift. Required. + nullable: true + additionalProperties: + type: object + microsoft.graph.swapShiftsChangeRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' + - title: swapShiftsChangeRequest + type: object + properties: + recipientShiftId: + type: string + description: ShiftId for the recipient user with whom the request is to swap. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeCard: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: timeCard + type: object + properties: + breaks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.timeCardBreak' + clockInEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + clockOutEvent: + $ref: '#/components/schemas/microsoft.graph.timeCardEvent' + confirmedBy: + $ref: '#/components/schemas/microsoft.graph.confirmedBy' + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' + originalEntry: + $ref: '#/components/schemas/microsoft.graph.timeCardEntry' + state: + $ref: '#/components/schemas/microsoft.graph.timeCardState' + userId: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.timeOffReason: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: timeOffReason + type: object + properties: + displayName: + type: string + description: The name of the timeOffReason. Required. + nullable: true + iconType: + $ref: '#/components/schemas/microsoft.graph.timeOffReasonIconType' + isActive: + type: boolean + description: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeOffRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' + - title: timeOffRequest + type: object + properties: + endDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''' + format: date-time + nullable: true + timeOffReasonId: + type: string + description: The reason for the time off. + nullable: true + additionalProperties: + type: object + microsoft.graph.timeOff: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: timeOff + type: object + properties: + draftTimeOff: + $ref: '#/components/schemas/microsoft.graph.timeOffItem' + isStagedForDeletion: + type: boolean + nullable: true + sharedTimeOff: + $ref: '#/components/schemas/microsoft.graph.timeOffItem' + userId: + type: string + description: ID of the user assigned to the timeOff. Required. + nullable: true + additionalProperties: + type: object + microsoft.graph.channelMembershipType: + title: channelMembershipType + enum: + - standard + - private + - unknownFutureValue + type: string + microsoft.graph.channelModerationSettings: + title: channelModerationSettings + type: object + properties: + allowNewMessageFromBots: + type: boolean + nullable: true + allowNewMessageFromConnectors: + type: boolean + nullable: true + replyRestriction: + $ref: '#/components/schemas/microsoft.graph.replyRestriction' + userNewMessageRestriction: + $ref: '#/components/schemas/microsoft.graph.userNewMessageRestriction' + additionalProperties: + type: object + microsoft.graph.chatMessage: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: chatMessage + type: object + properties: + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageAttachment' + description: Attached files. Attachments are currently read-only – sending attachments is not supported. + body: + $ref: '#/components/schemas/microsoft.graph.itemBody' + channelIdentity: + $ref: '#/components/schemas/microsoft.graph.channelIdentity' + chatId: + type: string + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Read only. Timestamp of when the chat message was created. + format: date-time + nullable: true + deletedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Read only. Timestamp at which the chat message was deleted, or null if not deleted.' + format: date-time + nullable: true + etag: + type: string + description: Read-only. Version number of the chat message. + nullable: true + from: + $ref: '#/components/schemas/microsoft.graph.identitySet' + importance: + $ref: '#/components/schemas/microsoft.graph.chatMessageImportance' + lastEditedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Microsoft Teams UI. If no edits are made the value is null. + format: date-time + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Read only. Timestamp when the chat message is created (initial setting) or edited, including when a reaction is added or removed.' + format: date-time + nullable: true + locale: + type: string + description: Locale of the chat message set by the client. + mentions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageMention' + description: 'List of entities mentioned in the chat message. Currently supports user, bot, team, channel.' + messageType: + $ref: '#/components/schemas/microsoft.graph.chatMessageType' + policyViolation: + $ref: '#/components/schemas/microsoft.graph.chatMessagePolicyViolation' + reactions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + replyToId: + type: string + description: Read-only. Id of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels not chats) + nullable: true + subject: + type: string + description: 'The subject of the chat message, in plaintext.' + nullable: true + summary: + type: string + description: 'Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat.' + nullable: true + webUrl: + type: string + nullable: true + hostedContents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + replies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessage' + additionalProperties: + type: object + microsoft.graph.teamsTab: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsTab + type: object + properties: + configuration: + $ref: '#/components/schemas/microsoft.graph.teamsTabConfiguration' + displayName: + type: string + description: Name of the tab. + nullable: true + messageId: + type: string + nullable: true + sortOrderIndex: + type: string + nullable: true + teamsAppId: + type: string + nullable: true + webUrl: + type: string + description: Deep link URL of the tab instance. Read only. + nullable: true + teamsApp: + $ref: '#/components/schemas/microsoft.graph.teamsApp' + additionalProperties: + type: object + microsoft.graph.teamsApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsApp + type: object + properties: + displayName: + type: string + description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. + nullable: true + distributionMethod: + $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' + externalId: + type: string + description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. + nullable: true + appDefinitions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + description: The details for each version of the app. + additionalProperties: + type: object + microsoft.graph.teamsAppDefinition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppDefinition + type: object + properties: + azureADAppId: + type: string + nullable: true + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + description: + type: string + nullable: true + displayName: + type: string + description: The name of the app provided by the app developer. + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + publishingState: + $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' + shortdescription: + type: string + nullable: true + teamsAppId: + type: string + description: The ID from the Teams app manifest. + nullable: true + version: + type: string + description: The version number of the application. + nullable: true + additionalProperties: + type: object + microsoft.graph.operationError: + title: operationError + type: object + properties: + code: + type: string + description: Operation error code. + nullable: true + message: + type: string + description: Operation error message. + nullable: true + additionalProperties: + type: object + microsoft.graph.teamsAsyncOperationType: + title: teamsAsyncOperationType + enum: + - invalid + - cloneTeam + - archiveTeam + - unarchiveTeam + - createTeam + - unknownFutureValue + type: string + microsoft.graph.teamsAsyncOperationStatus: + title: teamsAsyncOperationStatus + enum: + - invalid + - notStarted + - inProgress + - succeeded + - failed + - unknownFutureValue + type: string + odata.error.detail: + required: + - code + - message + type: object + properties: + code: + type: string + message: + type: string + target: + type: string + additionalProperties: + type: object + microsoft.graph.automaticRepliesSetting: + title: automaticRepliesSetting + type: object + properties: + externalAudience: + $ref: '#/components/schemas/microsoft.graph.externalAudienceScope' + externalReplyMessage: + type: string + description: 'The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.' + nullable: true + internalReplyMessage: + type: string + description: 'The automatic reply to send to the audience internal to the signed-in user''s organization, if Status is AlwaysEnabled or Scheduled.' + nullable: true + scheduledEndDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + scheduledStartDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + status: + $ref: '#/components/schemas/microsoft.graph.automaticRepliesStatus' + additionalProperties: + type: object + microsoft.graph.delegateMeetingMessageDeliveryOptions: + title: delegateMeetingMessageDeliveryOptions + enum: + - sendToDelegateAndInformationToPrincipal + - sendToDelegateAndPrincipal + - sendToDelegateOnly + type: string + microsoft.graph.localeInfo: + title: localeInfo + type: object + properties: + displayName: + type: string + description: 'A name representing the user''s locale in natural language, for example, ''English (United States)''.' + nullable: true + locale: + type: string + description: 'A locale representation for the user, which includes the user''s preferred language and country/region. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.' + nullable: true + additionalProperties: + type: object + microsoft.graph.userPurpose: + title: userPurpose + type: object + properties: + value: + $ref: '#/components/schemas/microsoft.graph.mailboxRecipientType' + additionalProperties: + type: object + microsoft.graph.mailboxRecipientType: + title: mailboxRecipientType + enum: + - unknown + - user + - linked + - shared + - room + - equipment + - others + type: string + microsoft.graph.workingHours: + title: workingHours + type: object + properties: + daysOfWeek: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.dayOfWeek' + description: The days of the week on which the user works. + endTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + description: The time of the day that the user stops working. + format: time + nullable: true + startTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + description: The time of the day that the user starts working. + format: time + nullable: true + timeZone: + $ref: '#/components/schemas/microsoft.graph.timeZoneBase' + additionalProperties: + type: object + microsoft.graph.settings: + title: settings + type: object + properties: + hasGraphMailbox: + type: boolean + hasLicense: + type: boolean + hasOptedOut: + type: boolean + additionalProperties: + type: object + microsoft.graph.activityStatistics: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: activityStatistics + type: object + properties: + activity: + $ref: '#/components/schemas/microsoft.graph.analyticsActivityType' + duration: + pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' + type: string + format: duration + endDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + startDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + timeZoneUsed: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.informationProtectionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: informationProtectionPolicy + type: object + properties: + labels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' + additionalProperties: + type: object + microsoft.graph.dataLossPreventionPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: dataLossPreventionPolicy + type: object + properties: + name: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.sensitivityLabel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sensitivityLabel + type: object + properties: + applicableTo: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabelTarget' + applicationMode: + $ref: '#/components/schemas/microsoft.graph.applicationMode' + assignedPolicies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.labelPolicy' + autoLabeling: + $ref: '#/components/schemas/microsoft.graph.autoLabeling' + description: + type: string + nullable: true + displayName: + type: string + nullable: true + isDefault: + type: boolean + nullable: true + isEndpointProtectionEnabled: + type: boolean + nullable: true + labelActions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.labelActionBase' + name: + type: string + nullable: true + priority: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + toolTip: + type: string + nullable: true + sublabels: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' + additionalProperties: + type: object + microsoft.graph.sensitivityPolicySettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sensitivityPolicySettings + type: object + properties: + applicableTo: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabelTarget' + downgradeSensitivityRequiresJustification: + type: boolean + nullable: true + helpWebUrl: + type: string + nullable: true + isMandatory: + type: boolean + nullable: true + additionalProperties: + type: object + microsoft.graph.threatAssessmentRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: threatAssessmentRequest + type: object + properties: + category: + $ref: '#/components/schemas/microsoft.graph.threatCategory' + contentType: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentContentType' + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''.' + format: date-time + nullable: true + expectedAssessment: + $ref: '#/components/schemas/microsoft.graph.threatExpectedAssessment' + requestSource: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequestSource' + status: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentStatus' + results: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' + description: 'A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.' + additionalProperties: + type: object + microsoft.graph.servicePlanInfo: + title: servicePlanInfo + type: object + properties: + appliesTo: + type: string + description: The object the service plan can be assigned to. Possible values:'User' - service plan can be assigned to individual users.'Company' - service plan can be assigned to the entire tenant. + nullable: true + provisioningStatus: + type: string + description: 'The provisioning status of the service plan. Possible values:''Success'' - Service is fully provisioned.''Disabled'' - Service has been disabled.''PendingInput'' - Service is not yet provisioned; awaiting service confirmation.''PendingActivation'' - Service is provisioned but requires explicit activation by administrator (for example, Intune_O365 service plan)''PendingProvisioning'' - Microsoft has added a new service to the product SKU and it has not been activated in the tenant, yet.' + nullable: true + servicePlanId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The unique identifier of the service plan. + format: uuid + nullable: true + servicePlanName: + type: string + description: The name of the service plan. + nullable: true + additionalProperties: + type: object + microsoft.graph.typedEmailAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.emailAddress' + - title: typedEmailAddress + type: object + properties: + otherLabel: + type: string + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.emailType' + additionalProperties: + type: object + microsoft.graph.followupFlag: + title: followupFlag + type: object + properties: + completedDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + dueDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + flagStatus: + $ref: '#/components/schemas/microsoft.graph.followupFlagStatus' + startDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + microsoft.graph.website: + title: website + type: object + properties: + address: + type: string + description: The URL of the website. + nullable: true + displayName: + type: string + description: The display name of the web site. + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.websiteType' + additionalProperties: + type: object + microsoft.graph.inferenceClassificationOverride: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: inferenceClassificationOverride + type: object + properties: + classifyAs: + $ref: '#/components/schemas/microsoft.graph.inferenceClassificationType' + senderEmailAddress: + $ref: '#/components/schemas/microsoft.graph.emailAddress' + additionalProperties: + type: object + microsoft.graph.messageRule: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: messageRule + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.messageRuleActions' + conditions: + $ref: '#/components/schemas/microsoft.graph.messageRulePredicates' + displayName: + type: string + description: The display name of the rule. + nullable: true + exceptions: + $ref: '#/components/schemas/microsoft.graph.messageRulePredicates' + hasError: + type: boolean + description: Indicates whether the rule is in an error condition. Read-only. + nullable: true + isEnabled: + type: boolean + description: Indicates whether the rule is enabled to be applied to messages. + nullable: true + isReadOnly: + type: boolean + description: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. + nullable: true + sequence: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Indicates the order in which the rule is executed, among other rules.' + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.userConfiguration: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: userConfiguration + type: object + properties: + binaryData: + type: string + format: base64url + nullable: true + additionalProperties: + type: object + microsoft.graph.inferenceClassificationType: + title: inferenceClassificationType + enum: + - focused + - other + type: string + microsoft.graph.internetMessageHeader: + title: internetMessageHeader + type: object + properties: + name: + type: string + description: Represents the key in a key-value pair. + nullable: true + value: + type: string + description: The value in a key-value pair. + nullable: true + additionalProperties: + type: object + microsoft.graph.mentionsPreview: + title: mentionsPreview + type: object + properties: + isMentioned: + type: boolean + nullable: true + additionalProperties: + type: object + microsoft.graph.outlookCategory: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: outlookCategory + type: object + properties: + color: + $ref: '#/components/schemas/microsoft.graph.categoryColor' + displayName: + type: string + description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' + nullable: true + additionalProperties: + type: object + microsoft.graph.outlookTaskFolder: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: outlookTaskFolder + type: object + properties: + changeKey: + type: string + nullable: true + isDefaultFolder: + type: boolean + nullable: true + name: + type: string + nullable: true + parentGroupKey: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + nullable: true + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.outlookTask' + additionalProperties: + type: object + microsoft.graph.outlookTaskGroup: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: outlookTaskGroup + type: object + properties: + changeKey: + type: string + nullable: true + groupKey: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + format: uuid + nullable: true + isDefaultGroup: + type: boolean + nullable: true + name: + type: string + nullable: true + taskFolders: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' + additionalProperties: + type: object + microsoft.graph.outlookTask: + allOf: + - $ref: '#/components/schemas/microsoft.graph.outlookItem' + - title: outlookTask + type: object + properties: + assignedTo: + type: string + nullable: true + body: + $ref: '#/components/schemas/microsoft.graph.itemBody' + completedDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + dueDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + hasAttachments: + type: boolean + nullable: true + importance: + $ref: '#/components/schemas/microsoft.graph.importance' + isReminderOn: + type: boolean + nullable: true + owner: + type: string + nullable: true + parentFolderId: + type: string + nullable: true + recurrence: + $ref: '#/components/schemas/microsoft.graph.patternedRecurrence' + reminderDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + sensitivity: + $ref: '#/components/schemas/microsoft.graph.sensitivity' + startDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + status: + $ref: '#/components/schemas/microsoft.graph.taskStatus' + subject: + type: string + nullable: true + attachments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.attachment' + multiValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' + singleValueExtendedProperties: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' + additionalProperties: + type: object + microsoft.graph.rankedEmailAddress: + title: rankedEmailAddress + type: object + properties: + address: + type: string + nullable: true + rank: + type: number + format: double + nullable: true + additionalProperties: + type: object + microsoft.graph.personDataSource: + title: personDataSource + type: object + properties: + type: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.appConsentRequestScope: + title: appConsentRequestScope + type: object + properties: + displayName: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.userConsentRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.request' + - title: userConsentRequest + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + reason: + type: string + nullable: true + status: + type: string + additionalProperties: + type: object + microsoft.graph.approvalStep: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: approvalStep + type: object + properties: + displayName: + type: string + nullable: true + justification: + type: string + nullable: true + reviewedBy: + $ref: '#/components/schemas/microsoft.graph.identity' + reviewedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + reviewResult: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.accessReviewScope: + title: accessReviewScope + type: object + properties: + query: + type: string + nullable: true + queryType: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.accessReviewInstanceDecisionItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: accessReviewInstanceDecisionItem + type: object + properties: + accessReviewId: + type: string + appliedBy: + $ref: '#/components/schemas/microsoft.graph.userIdentity' + appliedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + applyResult: + type: string + nullable: true + decision: + type: string + nullable: true + justification: + type: string + nullable: true + recommendation: + type: string + nullable: true + reviewedBy: + $ref: '#/components/schemas/microsoft.graph.userIdentity' + reviewedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + target: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemTarget' + additionalProperties: + type: object + microsoft.graph.accessReviewScheduleDefinition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: accessReviewScheduleDefinition + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.userIdentity' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + descriptionForAdmins: + type: string + nullable: true + descriptionForReviewers: + type: string + nullable: true + displayName: + type: string + nullable: true + instanceEnumerationScope: + $ref: '#/components/schemas/microsoft.graph.accessReviewScope' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + reviewers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' + scope: + $ref: '#/components/schemas/microsoft.graph.accessReviewScope' + settings: + $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleSettings' + status: + type: string + nullable: true + instances: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' + additionalProperties: + type: object + microsoft.graph.agreementAcceptanceState: + title: agreementAcceptanceState + enum: + - accepted + - declined + - unknownFutureValue + type: string + microsoft.graph.enrollmentConfigurationAssignment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: enrollmentConfigurationAssignment + type: object + properties: + source: + $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentSource' + sourceId: + type: string + description: Identifier for resource used for deployment to a group + nullable: true + target: + $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' + additionalProperties: + type: object + description: Enrollment Configuration Assignment + microsoft.graph.chassisType: + title: chassisType + enum: + - unknown + - desktop + - laptop + - worksWorkstation + - enterpriseServer + - phone + - tablet + - mobileOther + - mobileUnknown + type: string + microsoft.graph.complianceState: + title: complianceState + enum: + - unknown + - compliant + - noncompliant + - conflict + - error + - inGracePeriod + - configManager + type: string + microsoft.graph.configurationManagerClientEnabledFeatures: + title: configurationManagerClientEnabledFeatures + type: object + properties: + compliancePolicy: + type: boolean + description: Whether compliance policy is managed by Intune + deviceConfiguration: + type: boolean + description: Whether device configuration is managed by Intune + endpointProtection: + type: boolean + description: Whether Endpoint Protection is managed by Intune + inventory: + type: boolean + description: Whether inventory is managed by Intune + modernApps: + type: boolean + description: Whether modern application is managed by Intune + officeApps: + type: boolean + description: Whether Office application is managed by Intune + resourceAccess: + type: boolean + description: Whether resource access is managed by Intune + windowsUpdateForBusiness: + type: boolean + description: Whether Windows Update for Business is managed by Intune + additionalProperties: + type: object + description: configuration Manager client enabled features + microsoft.graph.configurationManagerClientHealthState: + title: configurationManagerClientHealthState + type: object + properties: + errorCode: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Error code for failed state. + format: int32 + lastSyncDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Datetime for last sync with configuration manager management point. + format: date-time + state: + $ref: '#/components/schemas/microsoft.graph.configurationManagerClientState' + additionalProperties: + type: object + description: Configuration manager client health state + microsoft.graph.configurationManagerClientInformation: + title: configurationManagerClientInformation + type: object + properties: + clientIdentifier: + type: string + description: Configuration Manager Client Id from SCCM + nullable: true + isBlocked: + type: boolean + description: Configuration Manager Client blocked status from SCCM + additionalProperties: + type: object + description: Configuration Manager client information synced from SCCM + microsoft.graph.deviceActionResult: + title: deviceActionResult + type: object + properties: + actionName: + type: string + description: Action name + nullable: true + actionState: + $ref: '#/components/schemas/microsoft.graph.actionState' + lastUpdatedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Time the action state was last updated + format: date-time + startDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Time the action was initiated + format: date-time + additionalProperties: + type: object + description: Device action result + microsoft.graph.deviceEnrollmentType: + title: deviceEnrollmentType + enum: + - unknown + - userEnrollment + - deviceEnrollmentManager + - appleBulkWithUser + - appleBulkWithoutUser + - windowsAzureADJoin + - windowsBulkUserless + - windowsAutoEnrollment + - windowsBulkAzureDomainJoin + - windowsCoManagement + - appleUserEnrollment + - appleUserEnrollmentWithServiceAccount + - azureAdJoinUsingAzureVmExtension + - androidEnterpriseDedicatedDevice + - androidEnterpriseFullyManaged + - androidEnterpriseCorporateWorkProfile + type: string + microsoft.graph.deviceHealthAttestationState: + title: deviceHealthAttestationState + type: object + properties: + attestationIdentityKey: + type: string + description: 'TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.' + nullable: true + bitLockerStatus: + type: string + description: On or Off of BitLocker Drive Encryption + nullable: true + bootAppSecurityVersion: + type: string + description: The security version number of the Boot Application + nullable: true + bootDebugging: + type: string + description: 'When bootDebugging is enabled, the device is used in development and testing' + nullable: true + bootManagerSecurityVersion: + type: string + description: The security version number of the Boot Application + nullable: true + bootManagerVersion: + type: string + description: The version of the Boot Manager + nullable: true + bootRevisionListInfo: + type: string + description: The Boot Revision List that was loaded during initial boot on the attested device + nullable: true + codeIntegrity: + type: string + description: 'When code integrity is enabled, code execution is restricted to integrity verified code' + nullable: true + codeIntegrityCheckVersion: + type: string + description: The version of the Boot Manager + nullable: true + codeIntegrityPolicy: + type: string + description: The Code Integrity policy that is controlling the security of the boot environment + nullable: true + contentNamespaceUrl: + type: string + description: The DHA report version. (Namespace version) + nullable: true + contentVersion: + type: string + description: The HealthAttestation state schema version + nullable: true + dataExcutionPolicy: + type: string + description: DEP Policy defines a set of hardware and software technologies that perform additional checks on memory + nullable: true + deviceHealthAttestationStatus: + type: string + description: The DHA report version. (Namespace version) + nullable: true + earlyLaunchAntiMalwareDriverProtection: + type: string + description: ELAM provides protection for the computers in your network when they start up + nullable: true + healthAttestationSupportedStatus: + type: string + description: This attribute indicates if DHA is supported for the device + nullable: true + healthStatusMismatchInfo: + type: string + description: This attribute appears if DHA-Service detects an integrity issue + nullable: true + issuedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The DateTime when device was evaluated or issued to MDM + format: date-time + lastUpdateDateTime: + type: string + description: The Timestamp of the last update. + nullable: true + operatingSystemKernelDebugging: + type: string + description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' + nullable: true + operatingSystemRevListInfo: + type: string + description: The Operating System Revision List that was loaded during initial boot on the attested device + nullable: true + pcr0: + type: string + description: 'The measurement that is captured in PCR[0]' + nullable: true + pcrHashAlgorithm: + type: string + description: Informational attribute that identifies the HASH algorithm that was used by TPM + nullable: true + resetCount: + type: integer + description: The number of times a PC device has hibernated or resumed + format: int64 + restartCount: + type: integer + description: The number of times a PC device has rebooted + format: int64 + safeMode: + type: string + description: Safe mode is a troubleshooting option for Windows that starts your computer in a limited state + nullable: true + secureBoot: + type: string + description: 'When Secure Boot is enabled, the core components must have the correct cryptographic signatures' + nullable: true + secureBootConfigurationPolicyFingerPrint: + type: string + description: Fingerprint of the Custom Secure Boot Configuration Policy + nullable: true + testSigning: + type: string + description: 'When test signing is allowed, the device does not enforce signature validation during boot' + nullable: true + tpmVersion: + type: string + description: The security version number of the Boot Application + nullable: true + virtualSecureMode: + type: string + description: VSM is a container that protects high value assets from a compromised kernel + nullable: true + windowsPE: + type: string + description: Operating system running with limited services that is used to prepare a computer for Windows + nullable: true + additionalProperties: + type: object + microsoft.graph.deviceRegistrationState: + title: deviceRegistrationState + enum: + - notRegistered + - registered + - revoked + - keyConflict + - approvalPending + - certificateReset + - notRegisteredPendingEnrollment + - unknown + type: string + microsoft.graph.deviceType: + title: deviceType + enum: + - desktop + - windowsRT + - winMO6 + - nokia + - windowsPhone + - mac + - winCE + - winEmbedded + - iPhone + - iPad + - iPod + - android + - iSocConsumer + - unix + - macMDM + - holoLens + - surfaceHub + - androidForWork + - androidEnterprise + - windows10x + - androidnGMS + - cloudPC + - blackberry + - palm + - unknown + type: string + microsoft.graph.deviceManagementExchangeAccessState: + title: deviceManagementExchangeAccessState + enum: + - none + - unknown + - allowed + - blocked + - quarantined + type: string + microsoft.graph.deviceManagementExchangeAccessStateReason: + title: deviceManagementExchangeAccessStateReason + enum: + - none + - unknown + - exchangeGlobalRule + - exchangeIndividualRule + - exchangeDeviceRule + - exchangeUpgrade + - exchangeMailboxPolicy + - other + - compliant + - notCompliant + - notEnrolled + - unknownLocation + - mfaRequired + - azureADBlockDueToAccessPolicy + - compromisedPassword + - deviceNotKnownWithManagedApp + type: string + microsoft.graph.hardwareInformation: + title: hardwareInformation + type: object + properties: + batteryChargeCycles: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of charge cycles the device???s current battery has gone through. Valid values 0 to 2147483647 + format: int32 + batteryHealthPercentage: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The device???s current battery???s health percentage. Valid values 0 to 100 + format: int32 + batterySerialNumber: + type: string + description: The serial number of the device???s current battery + nullable: true + cellularTechnology: + type: string + description: Cellular technology of the device + nullable: true + deviceFullQualifiedDomainName: + type: string + description: 'Returns the fully qualified domain name of the device (if any). If the device is not domain-joined, it returns an empty string. ' + nullable: true + deviceGuardLocalSystemAuthorityCredentialGuardState: + $ref: '#/components/schemas/microsoft.graph.deviceGuardLocalSystemAuthorityCredentialGuardState' + deviceGuardVirtualizationBasedSecurityHardwareRequirementState: + $ref: '#/components/schemas/microsoft.graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState' + deviceGuardVirtualizationBasedSecurityState: + $ref: '#/components/schemas/microsoft.graph.deviceGuardVirtualizationBasedSecurityState' + freeStorageSpace: + type: integer + description: Free storage space of the device. + format: int64 + imei: + type: string + description: IMEI + nullable: true + ipAddressV4: + type: string + description: IPAddressV4 + nullable: true + isEncrypted: + type: boolean + description: Encryption status of the device + isSharedDevice: + type: boolean + description: Shared iPad + isSupervised: + type: boolean + description: Supervised mode of the device + manufacturer: + type: string + description: Manufacturer of the device + nullable: true + meid: + type: string + description: MEID + nullable: true + model: + type: string + description: Model of the device + nullable: true + operatingSystemEdition: + type: string + description: String that specifies the OS edition. + nullable: true + operatingSystemLanguage: + type: string + description: Operating system language of the device + nullable: true + operatingSystemProductType: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Int that specifies the Windows Operating System ProductType. More details here https://go.microsoft.com/fwlink/?linkid=2126950. Valid values 0 to 2147483647 + format: int32 + osBuildNumber: + type: string + description: Operating System Build Number on Android device + nullable: true + phoneNumber: + type: string + description: Phone number of the device + nullable: true + serialNumber: + type: string + description: Serial number. + nullable: true + sharedDeviceCachedUsers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharedAppleDeviceUser' + description: All users on the shared Apple device + subnetAddress: + type: string + description: SubnetAddress + nullable: true + subscriberCarrier: + type: string + description: Subscriber carrier of the device + nullable: true + totalStorageSpace: + type: integer + description: Total storage space of the device. + format: int64 + tpmSpecificationVersion: + type: string + description: String that specifies the specification version. + nullable: true + wifiMac: + type: string + description: WiFi MAC address of the device + nullable: true + additionalProperties: + type: object + description: Hardware information of a given device. + microsoft.graph.joinType: + title: joinType + enum: + - unknown + - azureADJoined + - azureADRegistered + - hybridAzureADJoined + type: string + microsoft.graph.lostModeState: + title: lostModeState + enum: + - disabled + - enabled + type: string + microsoft.graph.managedDeviceOwnerType: + title: managedDeviceOwnerType + enum: + - unknown + - company + - personal + type: string + microsoft.graph.managementAgentType: + title: managementAgentType + enum: + - eas + - mdm + - easMdm + - intuneClient + - easIntuneClient + - configurationManagerClient + - configurationManagerClientMdm + - configurationManagerClientMdmEas + - unknown + - jamf + - googleCloudDevicePolicyController + - microsoft365ManagedMdm + - windowsManagementCloudApi + type: string + microsoft.graph.managedDeviceManagementFeatures: + title: managedDeviceManagementFeatures + enum: + - none + - microsoftManagedDesktop + type: string + microsoft.graph.managementState: + title: managementState + enum: + - managed + - retirePending + - retireFailed + - wipePending + - wipeFailed + - unhealthy + - deletePending + - retireIssued + - wipeIssued + - wipeCanceled + - retireCanceled + - discovered + type: string + microsoft.graph.ownerType: + title: ownerType + enum: + - unknown + - company + - personal + type: string + microsoft.graph.managedDevicePartnerReportedHealthState: + title: managedDevicePartnerReportedHealthState + enum: + - unknown + - activated + - deactivated + - secured + - lowSeverity + - mediumSeverity + - highSeverity + - unresponsive + - compromised + - misconfigured + type: string + microsoft.graph.managedDeviceArchitecture: + title: managedDeviceArchitecture + enum: + - unknown + - x86 + - x64 + - arm + - arM64 + type: string + microsoft.graph.loggedOnUser: + title: loggedOnUser + type: object + properties: + lastLogOnDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date time when user logs on + format: date-time + userId: + type: string + description: User id + nullable: true + additionalProperties: + type: object + description: Logged On User + microsoft.graph.securityBaselineState: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: securityBaselineState + type: object + properties: + displayName: + type: string + description: The display name of the security baseline + securityBaselineTemplateId: + type: string + description: The security baseline template id + nullable: true + state: + $ref: '#/components/schemas/microsoft.graph.securityBaselineComplianceState' + userPrincipalName: + type: string + description: User Principal Name + nullable: true + settingStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' + description: The security baseline state for different settings for a device + additionalProperties: + type: object + description: Security baseline state for a device. + microsoft.graph.deviceCompliancePolicyState: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: deviceCompliancePolicyState + type: object + properties: + displayName: + type: string + description: The name of the policy for this policyBase + nullable: true + platformType: + $ref: '#/components/schemas/microsoft.graph.policyPlatformType' + settingCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of how many setting a policy holds + format: int32 + settingStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingState' + state: + $ref: '#/components/schemas/microsoft.graph.complianceStatus' + userId: + type: string + description: 'User unique identifier, must be Guid' + nullable: true + userPrincipalName: + type: string + description: User Principal Name + nullable: true + version: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the policy + format: int32 + additionalProperties: + type: object + description: Device Compliance Policy State for a given device. + microsoft.graph.deviceConfigurationState: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: deviceConfigurationState + type: object + properties: + displayName: + type: string + description: The name of the policy for this policyBase + nullable: true + platformType: + $ref: '#/components/schemas/microsoft.graph.policyPlatformType' + settingCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of how many setting a policy holds + format: int32 + settingStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationSettingState' + state: + $ref: '#/components/schemas/microsoft.graph.complianceStatus' + userId: + type: string + description: 'User unique identifier, must be Guid' + nullable: true + userPrincipalName: + type: string + description: User Principal Name + nullable: true + version: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the policy + format: int32 + additionalProperties: + type: object + description: Device Configuration State for a given device. + microsoft.graph.managedDeviceMobileAppConfigurationState: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedDeviceMobileAppConfigurationState + type: object + properties: + displayName: + type: string + description: The name of the policy for this policyBase + nullable: true + platformType: + $ref: '#/components/schemas/microsoft.graph.policyPlatformType' + settingCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of how many setting a policy holds + format: int32 + settingStates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationSettingState' + state: + $ref: '#/components/schemas/microsoft.graph.complianceStatus' + userId: + type: string + description: 'User unique identifier, must be Guid' + nullable: true + userPrincipalName: + type: string + description: User Principal Name + nullable: true + version: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the policy + format: int32 + additionalProperties: + type: object + description: Managed Device Mobile App Configuration State for a given device. + microsoft.graph.detectedApp: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: detectedApp + type: object + properties: + deviceCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The number of devices that have installed this application + format: int32 + displayName: + type: string + description: Name of the discovered application. Read-only + nullable: true + sizeInByte: + type: integer + description: Discovered application size in bytes. Read-only + format: int64 + version: + type: string + description: Version of the discovered application. Read-only + nullable: true + managedDevices: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + description: The devices that have the discovered application installed + additionalProperties: + type: object + description: A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned. + microsoft.graph.deviceCategory: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: deviceCategory + type: object + properties: + description: + type: string + description: Optional description for the device category. + nullable: true + displayName: + type: string + description: Display name for the device category. + nullable: true + roleScopeTagIds: + type: array + items: + type: string + nullable: true + description: Optional role scope tags for the device category. + additionalProperties: + type: object + description: 'Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company. These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories.' + microsoft.graph.deviceLogCollectionResponse: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: deviceLogCollectionResponse + type: object + properties: + errorCode: + type: integer + description: 'The error code, if any. Valid values -9.22337203685478E+18 to 9.22337203685478E+18' + format: int64 + expirationDateTimeUTC: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The DateTime of the expiration of the logs + format: date-time + nullable: true + initiatedByUserPrincipalName: + type: string + description: The UPN for who initiated the request + nullable: true + managedDeviceId: + pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' + type: string + description: The device Id + format: uuid + receivedDateTimeUTC: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The DateTime the request was received + format: date-time + nullable: true + requestedDateTimeUTC: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The DateTime of the request + format: date-time + nullable: true + size: + type: number + description: The size of the logs. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 + format: double + status: + type: string + description: The status of the log collection request + nullable: true + additionalProperties: + type: object + description: Windows Log Collection request entity. + microsoft.graph.windowsProtectionState: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: windowsProtectionState + type: object + properties: + antiMalwareVersion: + type: string + description: Current anti malware version + nullable: true + deviceState: + $ref: '#/components/schemas/microsoft.graph.windowsDeviceHealthState' + engineVersion: + type: string + description: Current endpoint protection engine's version + nullable: true + fullScanOverdue: + type: boolean + description: Full scan overdue or not? + nullable: true + fullScanRequired: + type: boolean + description: Full scan required or not? + nullable: true + lastFullScanDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Last quick scan datetime + format: date-time + nullable: true + lastFullScanSignatureVersion: + type: string + description: Last full scan signature version + nullable: true + lastQuickScanDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Last quick scan datetime + format: date-time + nullable: true + lastQuickScanSignatureVersion: + type: string + description: Last quick scan signature version + nullable: true + lastReportedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Last device health status reported time + format: date-time + nullable: true + malwareProtectionEnabled: + type: boolean + description: Anti malware is enabled or not + nullable: true + networkInspectionSystemEnabled: + type: boolean + description: Network inspection system enabled or not? + nullable: true + quickScanOverdue: + type: boolean + description: Quick scan overdue or not? + nullable: true + realTimeProtectionEnabled: + type: boolean + description: Real time protection is enabled or not? + nullable: true + rebootRequired: + type: boolean + description: Reboot required or not? + nullable: true + signatureUpdateOverdue: + type: boolean + description: Signature out of date or not? + nullable: true + signatureVersion: + type: string + description: Current malware definitions version + nullable: true + detectedMalwareState: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' + description: Device malware list + additionalProperties: + type: object + description: Device protection status entity. + microsoft.graph.mobileAppIdentifier: + title: mobileAppIdentifier + type: object + additionalProperties: + type: object + description: The identifier for a mobile app. + microsoft.graph.managedAppFlaggedReason: + title: managedAppFlaggedReason + enum: + - none + - rootedDevice + - androidBootloaderUnlocked + - androidFactoryRomModified + type: string + microsoft.graph.managedAppPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppPolicy + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The date and time the policy was created. + format: date-time + description: + type: string + description: The policy's description. + nullable: true + displayName: + type: string + description: Policy display name. + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Last time the policy was modified. + format: date-time + roleScopeTagIds: + type: array + items: + type: string + nullable: true + description: List of Scope Tags for this Entity instance. + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: The ManagedAppPolicy resource represents a base type for platform specific policies. + microsoft.graph.managedAppOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: managedAppOperation + type: object + properties: + displayName: + type: string + description: The operation name. + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: The last time the app operation was modified. + format: date-time + state: + type: string + description: The current state of the operation + nullable: true + version: + type: string + description: Version of the entity. + nullable: true + additionalProperties: + type: object + description: Represents an operation applied against an app registration. + microsoft.graph.keyValuePair: + title: keyValuePair + type: object + properties: + name: + type: string + description: Name for this key-value pair + value: + type: string + description: Value for this key-value pair + nullable: true + additionalProperties: + type: object + microsoft.graph.deviceManagementTroubleshootingErrorDetails: + title: deviceManagementTroubleshootingErrorDetails + type: object + properties: + context: + type: string + nullable: true + failure: + type: string + nullable: true + failureDetails: + type: string + description: The detailed description of what went wrong. + nullable: true + remediation: + type: string + description: The detailed description of how to remediate this issue. + nullable: true + resources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingErrorResource' + description: Links to helpful documentation about this failure. + additionalProperties: + type: object + description: Object containing detailed information about the error and its remediation. + microsoft.graph.mobileAppIntentAndStateDetail: + title: mobileAppIntentAndStateDetail + type: object + properties: + applicationId: + type: string + description: MobieApp identifier. + nullable: true + displayName: + type: string + description: The admin provided or imported title of the app. + nullable: true + displayVersion: + type: string + description: Human readable version of the application + nullable: true + installState: + $ref: '#/components/schemas/microsoft.graph.resultantAppState' + mobileAppIntent: + $ref: '#/components/schemas/microsoft.graph.mobileAppIntent' + supportedDeviceTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppSupportedDeviceType' + description: The supported platforms for the app. + additionalProperties: + type: object + description: Mobile App Intent and Install State for a given device. + microsoft.graph.mobileAppTroubleshootingHistoryItem: + title: mobileAppTroubleshootingHistoryItem + type: object + properties: + occurrenceDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Time when the history item occurred. + format: date-time + troubleshootingErrorDetails: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingErrorDetails' + additionalProperties: + type: object + description: History Item contained in the Mobile App Troubleshooting Event. + microsoft.graph.appLogCollectionRequest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: appLogCollectionRequest + type: object + properties: + completedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Time at which the upload log request reached a terminal state + format: date-time + nullable: true + customLogFolders: + type: array + items: + type: string + nullable: true + description: 'List of log folders. ' + errorMessage: + type: string + description: Error message if any during the upload process + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.appLogUploadState' + additionalProperties: + type: object + description: AppLogCollectionRequest Entity. + microsoft.graph.payloadTypes: + title: payloadTypes + type: object + properties: + rawContent: + type: string + nullable: true + visualContent: + $ref: '#/components/schemas/microsoft.graph.visualProperties' + additionalProperties: + type: object + microsoft.graph.priority: + title: priority + enum: + - None + - High + - Low + type: string + microsoft.graph.targetPolicyEndpoints: + title: targetPolicyEndpoints + type: object + properties: + platformTypes: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.plannerFavoritePlanReferenceCollection: + title: plannerFavoritePlanReferenceCollection + type: object + additionalProperties: + type: object + microsoft.graph.plannerRecentPlanReferenceCollection: + title: plannerRecentPlanReferenceCollection + type: object + additionalProperties: + type: object + microsoft.graph.officeGraphInsights: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: officeGraphInsights + type: object + properties: + shared: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.sharedInsight' + description: 'Calculated relationship identifying documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for Business and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' + trending: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.trending' + description: 'Calculated relationship identifying documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for Business and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' + used: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.usedInsight' + description: 'Calculated relationship identifying the latest documents viewed or modified by a user, including OneDrive for Business and SharePoint documents, ranked by recency of use.' + additionalProperties: + type: object + microsoft.graph.regionalAndLanguageSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: regionalAndLanguageSettings + type: object + properties: + authoringLanguages: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultDisplayLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultRegionalFormat: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultSpeechInputLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + defaultTranslationLanguage: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + regionalFormatOverrides: + $ref: '#/components/schemas/microsoft.graph.regionalFormatOverrides' + additionalProperties: + type: object + microsoft.graph.shiftPreferences: + allOf: + - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' + - title: shiftPreferences + type: object + properties: + availability: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.shiftAvailability' + description: Availability of the user to be scheduled for work and its recurrence pattern. + additionalProperties: + type: object + microsoft.graph.userAccountInformation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: userAccountInformation + type: object + properties: + ageGroup: + type: string + countryCode: + type: string + preferredLanguageTag: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + userPrincipalName: + type: string + additionalProperties: + type: object + microsoft.graph.itemAddress: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemAddress + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.physicalAddress' + displayName: + type: string + nullable: true + geoCoordinates: + $ref: '#/components/schemas/microsoft.graph.geoCoordinates' + additionalProperties: + type: object + microsoft.graph.personAnniversary: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnniversary + type: object + properties: + date: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.anniversaryType' + additionalProperties: + type: object + microsoft.graph.personAward: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAward + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + issuedDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + issuingAuthority: + type: string + nullable: true + thumbnailUrl: + type: string + nullable: true + webUrl: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.personCertification: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personCertification + type: object + properties: + certificationId: + type: string + nullable: true + description: + type: string + nullable: true + displayName: + type: string + endDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + issuedDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + issuingAuthority: + type: string + nullable: true + issuingCompany: + type: string + nullable: true + startDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + thumbnailUrl: + type: string + nullable: true + webUrl: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.educationalActivity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: educationalActivity + type: object + properties: + completionMonthYear: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + endMonthYear: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + institution: + $ref: '#/components/schemas/microsoft.graph.institutionData' + program: + $ref: '#/components/schemas/microsoft.graph.educationalActivityDetail' + startMonthYear: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + additionalProperties: + type: object + microsoft.graph.itemEmail: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemEmail + type: object + properties: + address: + type: string + displayName: + type: string + nullable: true + type: + $ref: '#/components/schemas/microsoft.graph.emailType' + additionalProperties: + type: object + microsoft.graph.personInterest: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personInterest + type: object + properties: + categories: + type: array + items: + type: string + nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true + description: + type: string + nullable: true + displayName: + type: string + webUrl: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.languageProficiency: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: languageProficiency + type: object + properties: + displayName: + type: string + proficiency: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + reading: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + spoken: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + tag: + type: string + written: + $ref: '#/components/schemas/microsoft.graph.languageProficiencyLevel' + additionalProperties: + type: object + microsoft.graph.personName: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personName + type: object + properties: + displayName: + type: string + first: + type: string + initials: + type: string + nullable: true + languageTag: + type: string + nullable: true + last: + type: string + maiden: + type: string + nullable: true + middle: + type: string + nullable: true + nickname: + type: string + nullable: true + pronunciation: + $ref: '#/components/schemas/microsoft.graph.yomiPersonName' + suffix: + type: string + nullable: true + title: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.personAnnotation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personAnnotation + type: object + properties: + detail: + $ref: '#/components/schemas/microsoft.graph.itemBody' + displayName: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.itemPatent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemPatent + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + isPending: + type: boolean + nullable: true + issuedDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + issuingAuthority: + type: string + nullable: true + number: + type: string + nullable: true + webUrl: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.itemPhone: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemPhone + type: object + properties: + displayName: + type: string + nullable: true + number: + type: string + type: + $ref: '#/components/schemas/microsoft.graph.phoneType' + additionalProperties: + type: object + microsoft.graph.workPosition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: workPosition + type: object + properties: + categories: + type: array + items: + type: string + nullable: true + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + detail: + $ref: '#/components/schemas/microsoft.graph.positionDetail' + isCurrent: + type: boolean + nullable: true + manager: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + additionalProperties: + type: object + microsoft.graph.projectParticipation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: projectParticipation + type: object + properties: + categories: + type: array + items: + type: string + nullable: true + client: + $ref: '#/components/schemas/microsoft.graph.companyDetail' + collaborationTags: + type: array + items: + type: string + nullable: true + colleagues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + detail: + $ref: '#/components/schemas/microsoft.graph.positionDetail' + displayName: + type: string + sponsors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.relatedPerson' + additionalProperties: + type: object + microsoft.graph.itemPublication: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: itemPublication + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + publishedDate: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' + type: string + format: date + nullable: true + publisher: + type: string + nullable: true + thumbnailUrl: + type: string + nullable: true + webUrl: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.skillProficiency: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: skillProficiency + type: object + properties: + categories: + type: array + items: + type: string + nullable: true + collaborationTags: + type: array + items: + type: string + nullable: true + displayName: + type: string + proficiency: + $ref: '#/components/schemas/microsoft.graph.skillProficiencyLevel' + webUrl: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.webAccount: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: webAccount + type: object + properties: + description: + type: string + nullable: true + service: + $ref: '#/components/schemas/microsoft.graph.serviceInformation' + statusMessage: + type: string + nullable: true + userId: + type: string + webUrl: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.personWebsite: + allOf: + - $ref: '#/components/schemas/microsoft.graph.itemFacet' + - title: personWebsite + type: object + properties: + categories: + type: array + items: + type: string + nullable: true + description: + type: string + nullable: true + displayName: + type: string + webUrl: + type: string + additionalProperties: + type: object + microsoft.graph.Json: + title: Json + type: object + additionalProperties: + type: object + microsoft.graph.status: + title: status + enum: + - active + - updated + - deleted + - ignored + - unknownFutureValue + type: string + microsoft.graph.visualInfo: + title: visualInfo + type: object + properties: + attribution: + $ref: '#/components/schemas/microsoft.graph.imageInfo' + backgroundColor: + type: string + description: Optional. Background color used to render the activity in the UI - brand color for the application source of the activity. Must be a valid hex color + nullable: true + content: + $ref: '#/components/schemas/microsoft.graph.Json' + description: + type: string + description: 'Optional. Longer text description of the user''s unique activity (example: document name, first sentence, and/or metadata)' + nullable: true + displayText: + type: string + description: 'Required. Short text description of the user''s unique activity (for example, document name in cases where an activity refers to document creation)' + additionalProperties: + type: object + microsoft.graph.activityHistoryItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: activityHistoryItem + type: object + properties: + activeDurationSeconds: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.' + format: int32 + nullable: true + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Set by the server. DateTime in UTC when the object was created on the server. + format: date-time + nullable: true + expirationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client. + format: date-time + nullable: true + lastActiveDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing.' + format: date-time + nullable: true + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Set by the server. DateTime in UTC when the object was modified on the server. + format: date-time + nullable: true + startedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history. + format: date-time + status: + $ref: '#/components/schemas/microsoft.graph.status' + userTimezone: + type: string + description: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation. + nullable: true + activity: + $ref: '#/components/schemas/microsoft.graph.userActivity' + additionalProperties: + type: object + microsoft.graph.alternativeSecurityId: + title: alternativeSecurityId + type: object + properties: + identityProvider: + type: string + description: For internal use only + nullable: true + key: + type: string + description: For internal use only + format: base64url + nullable: true + type: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: For internal use only + format: int32 + nullable: true + additionalProperties: + type: object + microsoft.graph.command: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: command + type: object + properties: + appServiceName: + type: string + nullable: true + error: + type: string + nullable: true + packageFamilyName: + type: string + nullable: true + payload: + $ref: '#/components/schemas/microsoft.graph.payloadRequest' + permissionTicket: + type: string + nullable: true + postBackUri: + type: string + nullable: true + status: + type: string + nullable: true + type: + type: string + nullable: true + responsepayload: + $ref: '#/components/schemas/microsoft.graph.payloadResponse' + additionalProperties: + type: object + microsoft.graph.accessLevel: + title: accessLevel + enum: + - everyone + - invited + - locked + - sameEnterprise + - sameEnterpriseAndFederated + type: string + microsoft.graph.onlineMeetingPresenters: + title: onlineMeetingPresenters + enum: + - everyone + - organization + - roleIsPresenter + - organizer + - unknownFutureValue + type: string + microsoft.graph.audioConferencing: + title: audioConferencing + type: object + properties: + conferenceId: + type: string + nullable: true + dialinUrl: + type: string + description: A URL to the externally-accessible web page that contains dial-in information. + nullable: true + tollFreeNumber: + type: string + description: The toll-free number that connects to the Audio Conference Provider. + nullable: true + tollNumber: + type: string + description: The toll number that connects to the Audio Conference Provider. + nullable: true + additionalProperties: + type: object + microsoft.graph.meetingCapabilities: + title: meetingCapabilities + enum: + - questionAndAnswer + - unknownFutureValue + type: string + microsoft.graph.chatInfo: + title: chatInfo + type: object + properties: + messageId: + type: string + description: The unique identifier of a message in a Microsoft Teams channel. + nullable: true + replyChainMessageId: + type: string + description: The ID of the reply message. + nullable: true + threadId: + type: string + description: The unique identifier for a thread in Microsoft Teams. + nullable: true + additionalProperties: + type: object + microsoft.graph.lobbyBypassSettings: + title: lobbyBypassSettings + type: object + properties: + isDialInBypassEnabled: + type: boolean + nullable: true + scope: + $ref: '#/components/schemas/microsoft.graph.lobbyBypassScope' + additionalProperties: + type: object + microsoft.graph.meetingParticipants: + title: meetingParticipants + type: object + properties: + attendees: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' + contributors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' + organizer: + $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' + producers: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' + additionalProperties: + type: object + microsoft.graph.emailAuthenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + - title: emailAuthenticationMethod + type: object + additionalProperties: + type: object + microsoft.graph.fido2AuthenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + - title: fido2AuthenticationMethod + type: object + additionalProperties: + type: object + microsoft.graph.authenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: authenticationMethod + type: object + additionalProperties: + type: object + microsoft.graph.microsoftAuthenticatorAuthenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + - title: microsoftAuthenticatorAuthenticationMethod + type: object + additionalProperties: + type: object + microsoft.graph.softwareOathAuthenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + - title: softwareOathAuthenticationMethod + type: object + additionalProperties: + type: object + microsoft.graph.longRunningOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: longRunningOperation + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + lastActionDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + resourceLocation: + type: string + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' + statusDetail: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + - title: passwordlessMicrosoftAuthenticatorAuthenticationMethod + type: object + additionalProperties: + type: object + microsoft.graph.passwordAuthenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + - title: passwordAuthenticationMethod + type: object + properties: + creationDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + password: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.phoneAuthenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + - title: phoneAuthenticationMethod + type: object + properties: + phoneNumber: + type: string + nullable: true + phoneType: + $ref: '#/components/schemas/microsoft.graph.authenticationPhoneType' + smsSignInState: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodSignInState' + additionalProperties: + type: object + microsoft.graph.securityQuestionAuthenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + - title: securityQuestionAuthenticationMethod + type: object + additionalProperties: + type: object + microsoft.graph.temporaryAccessPassAuthenticationMethod: + allOf: + - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' + - title: temporaryAccessPassAuthenticationMethod + type: object + additionalProperties: + type: object + microsoft.graph.userScopeTeamsAppInstallation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' + - title: userScopeTeamsAppInstallation + type: object + properties: + chat: + $ref: '#/components/schemas/microsoft.graph.chat' + additionalProperties: + type: object + microsoft.graph.todoTaskList: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: todoTaskList + type: object + properties: + displayName: + type: string + nullable: true + isOwner: + type: boolean + isShared: + type: boolean + wellknownListName: + $ref: '#/components/schemas/microsoft.graph.wellknownListName' + extensions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.extension' + tasks: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.todoTask' + additionalProperties: + type: object + microsoft.graph.accessAction: + title: accessAction + type: object + additionalProperties: + type: object + microsoft.graph.commentAction: + title: commentAction + type: object + properties: + isReply: + type: boolean + description: 'If true, this activity was a reply to an existing comment thread.' + nullable: true + parentAuthor: + $ref: '#/components/schemas/microsoft.graph.identitySet' + participants: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identitySet' + description: The identities of the users participating in this comment thread. + additionalProperties: + type: object + microsoft.graph.createAction: + title: createAction + type: object + additionalProperties: + type: object + microsoft.graph.deleteAction: + title: deleteAction + type: object + properties: + name: + type: string + description: The name of the item that was deleted. + nullable: true + objectType: + type: string + description: 'File or Folder, depending on the type of the deleted item.' + nullable: true + additionalProperties: + type: object + microsoft.graph.editAction: + title: editAction + type: object + additionalProperties: + type: object + microsoft.graph.mentionAction: + title: mentionAction + type: object + properties: + mentionees: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identitySet' + description: The identities of the users mentioned in this action. + additionalProperties: + type: object + microsoft.graph.moveAction: + title: moveAction + type: object + properties: + from: + type: string + description: The name of the location the item was moved from. + nullable: true + to: + type: string + description: The name of the location the item was moved to. + nullable: true + additionalProperties: + type: object + microsoft.graph.renameAction: + title: renameAction + type: object + properties: + newName: + type: string + description: The new name of the item. + nullable: true + oldName: + type: string + description: The previous name of the item. + nullable: true + additionalProperties: + type: object + microsoft.graph.restoreAction: + title: restoreAction + type: object + additionalProperties: + type: object + microsoft.graph.shareAction: + title: shareAction + type: object + properties: + recipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.identitySet' + description: The identities the item was shared with in this action. + additionalProperties: + type: object + microsoft.graph.versionAction: + title: versionAction + type: object + properties: + newVersion: + type: string + description: The name of the new version that was created by this action. + nullable: true + additionalProperties: + type: object + microsoft.graph.album: + title: album + type: object + properties: + coverImageItemId: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.hashes: + title: hashes + type: object + properties: + crc32Hash: + type: string + description: The CRC32 value of the file in little endian (if available). Read-only. + nullable: true + quickXorHash: + type: string + description: A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only. + nullable: true + sha1Hash: + type: string + description: SHA1 hash for the contents of the file (if available). Read-only. + nullable: true + sha256Hash: + type: string + description: SHA256 hash for the contents of the file (if available). Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.folderView: + title: folderView + type: object + properties: + sortBy: + type: string + description: The method by which the folder should be sorted. + nullable: true + sortOrder: + type: string + description: 'If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.' + nullable: true + viewType: + type: string + description: The type of view that should be used to represent the folder. + nullable: true + additionalProperties: + type: object + microsoft.graph.pendingContentUpdate: + title: pendingContentUpdate + type: object + properties: + queuedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: Date and time the pending binary operation was queued in UTC time. Read-only. + format: date-time + nullable: true + additionalProperties: + type: object + microsoft.graph.workbookApplication: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workbookApplication + type: object + properties: + calculationMode: + type: string + description: 'Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.' + additionalProperties: + type: object + microsoft.graph.workbookComment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workbookComment + type: object + properties: + content: + type: string + description: The content of comment. + nullable: true + contentType: + type: string + description: Indicates the type for the comment. + replies: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' + description: Read-only. Nullable. + additionalProperties: + type: object + microsoft.graph.workbookFunctions: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workbookFunctions + type: object + additionalProperties: + type: object + microsoft.graph.workbookNamedItem: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workbookNamedItem + type: object + properties: + comment: + type: string + description: Represents the comment associated with this name. + nullable: true + name: + type: string + description: The name of the object. Read-only. + nullable: true + scope: + type: string + description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. + type: + type: string + description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' + nullable: true + value: + $ref: '#/components/schemas/microsoft.graph.Json' + visible: + type: boolean + description: Specifies whether the object is visible or not. + worksheet: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + additionalProperties: + type: object + microsoft.graph.workbookOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workbookOperation + type: object + properties: + error: + $ref: '#/components/schemas/microsoft.graph.workbookOperationError' + resourceLocation: + type: string + description: The resource URI for the result. + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.workbookOperationStatus' + additionalProperties: + type: object + microsoft.graph.workbookTable: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workbookTable + type: object + properties: + highlightFirstColumn: + type: boolean + description: Indicates whether the first column contains special formatting. + highlightLastColumn: + type: boolean + description: Indicates whether the last column contains special formatting. + legacyId: + type: string + description: Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only. + nullable: true + name: + type: string + description: Name of the table. + nullable: true + showBandedColumns: + type: boolean + description: Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier. + showBandedRows: + type: boolean + description: Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier. + showFilterButton: + type: boolean + description: Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row. + showHeaders: + type: boolean + description: Indicates whether the header row is visible or not. This value can be set to show or remove the header row. + showTotals: + type: boolean + description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. + style: + type: string + description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' + nullable: true + columns: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' + description: Represents a collection of all the columns in the table. Read-only. + rows: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookTableRow' + description: Represents a collection of all the rows in the table. Read-only. + sort: + $ref: '#/components/schemas/microsoft.graph.workbookTableSort' + worksheet: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' + additionalProperties: + type: object + microsoft.graph.workbookWorksheet: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: workbookWorksheet + type: object + properties: + name: + type: string + description: The display name of the worksheet. + nullable: true + position: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The zero-based position of the worksheet within the workbook. + format: int32 + visibility: + type: string + description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' + charts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookChart' + description: Returns collection of charts that are part of the worksheet. Read-only. + names: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' + description: Returns collection of names that are associated with the worksheet. Read-only. + pivotTables: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' + description: Collection of PivotTables that are part of the worksheet. + protection: + $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' + tables: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.workbookTable' + description: Collection of tables that are part of the worksheet. Read-only. + additionalProperties: + type: object + microsoft.graph.sharingInvitation: + title: sharingInvitation + type: object + properties: + email: + type: string + description: The email address provided for the recipient of the sharing invitation. Read-only. + nullable: true + invitedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + redeemedBy: + type: string + nullable: true + signInRequired: + type: boolean + description: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only. + nullable: true + additionalProperties: + type: object + microsoft.graph.sharingLink: + title: sharingLink + type: object + properties: + application: + $ref: '#/components/schemas/microsoft.graph.identity' + configuratorUrl: + type: string + nullable: true + preventsDownload: + type: boolean + description: 'If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint.' + nullable: true + scope: + type: string + description: 'The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant.' + nullable: true + type: + type: string + description: The type of the link created. + nullable: true + webHtml: + type: string + description: 'For embed links, this property contains the HTML code for an